dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpu: drm: Rudimentary typo fix in the file drm_drv.c
@ 2021-03-17  8:52 Bhaskar Chowdhury
  2021-03-17 17:36 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17  8:52 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, daniel,
	dri-devel, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/refence-count/reference-count/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/gpu/drm/drm_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c
index 20d22e41d7ce..2bfc724e8e41 100644
--- a/drivers/gpu/drm/drm_drv.c
+++ b/drivers/gpu/drm/drm_drv.c
@@ -203,7 +203,7 @@ static void drm_minor_unregister(struct drm_device *dev, unsigned int type)

 /*
  * Looks up the given minor-ID and returns the respective DRM-minor object. The
- * refence-count of the underlying device is increased so you must release this
+ * reference-count of the underlying device is increased so you must release this
  * object with drm_minor_release().
  *
  * As long as you hold this minor, it is guaranteed that the object and the
--
2.30.2

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gpu: drm: Rudimentary typo fix in the file drm_drv.c
  2021-03-17  8:52 [PATCH] gpu: drm: Rudimentary typo fix in the file drm_drv.c Bhaskar Chowdhury
@ 2021-03-17 17:36 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-17 17:36 UTC (permalink / raw)
  To: Bhaskar Chowdhury, maarten.lankhorst, mripard, tzimmermann,
	airlied, daniel, dri-devel, linux-kernel

On 3/17/21 1:52 AM, Bhaskar Chowdhury wrote:
> 
> s/refence-count/reference-count/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/gpu/drm/drm_drv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c
> index 20d22e41d7ce..2bfc724e8e41 100644
> --- a/drivers/gpu/drm/drm_drv.c
> +++ b/drivers/gpu/drm/drm_drv.c
> @@ -203,7 +203,7 @@ static void drm_minor_unregister(struct drm_device *dev, unsigned int type)
> 
>  /*
>   * Looks up the given minor-ID and returns the respective DRM-minor object. The
> - * refence-count of the underlying device is increased so you must release this
> + * reference-count of the underlying device is increased so you must release this
>   * object with drm_minor_release().
>   *
>   * As long as you hold this minor, it is guaranteed that the object and the
> --


-- 
~Randy

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-17 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  8:52 [PATCH] gpu: drm: Rudimentary typo fix in the file drm_drv.c Bhaskar Chowdhury
2021-03-17 17:36 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).