linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] drm: Correct a typo in a function comment
@ 2020-03-17 21:03 Igor Matheus Andrade Torrente
  2020-03-18 13:50 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Matheus Andrade Torrente @ 2020-03-17 21:03 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, sean, airlied, daniel, sumit.semwal,
	dri-devel, linux-kernel
  Cc: Rodrigo.Siqueira, rodrigosiqueiramelo, andrealmeid,
	Igor Matheus Andrade Torrente

Replace "pionter" with "pointer" in the drm_gem_handle_create description.

Changes in v2:
- Change subject text

Signed-off-by: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>
---
 drivers/gpu/drm/drm_gem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_gem.c b/drivers/gpu/drm/drm_gem.c
index 6e960d57371e..c356379f5e97 100644
--- a/drivers/gpu/drm/drm_gem.c
+++ b/drivers/gpu/drm/drm_gem.c
@@ -432,7 +432,7 @@ drm_gem_handle_create_tail(struct drm_file *file_priv,
  * drm_gem_handle_create - create a gem handle for an object
  * @file_priv: drm file-private structure to register the handle for
  * @obj: object to register
- * @handlep: pionter to return the created handle to the caller
+ * @handlep: pointer to return the created handle to the caller
  *
  * Create a handle for this object. This adds a handle reference to the object,
  * which includes a regular reference count. Callers will likely want to
-- 
2.20.1


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

* Re: [PATCH v2] drm: Correct a typo in a function comment
  2020-03-17 21:03 [PATCH v2] drm: Correct a typo in a function comment Igor Matheus Andrade Torrente
@ 2020-03-18 13:50 ` Daniel Vetter
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2020-03-18 13:50 UTC (permalink / raw)
  To: Igor Matheus Andrade Torrente
  Cc: maarten.lankhorst, mripard, sean, airlied, daniel, sumit.semwal,
	dri-devel, linux-kernel, Rodrigo.Siqueira, rodrigosiqueiramelo,
	andrealmeid

On Tue, Mar 17, 2020 at 06:03:39PM -0300, Igor Matheus Andrade Torrente wrote:
> Replace "pionter" with "pointer" in the drm_gem_handle_create description.
> 
> Changes in v2:
> - Change subject text
> 
> Signed-off-by: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>

Thanks for your patch, queued for 5.8 in drm-misc-next.
-Daniel

> ---
>  drivers/gpu/drm/drm_gem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_gem.c b/drivers/gpu/drm/drm_gem.c
> index 6e960d57371e..c356379f5e97 100644
> --- a/drivers/gpu/drm/drm_gem.c
> +++ b/drivers/gpu/drm/drm_gem.c
> @@ -432,7 +432,7 @@ drm_gem_handle_create_tail(struct drm_file *file_priv,
>   * drm_gem_handle_create - create a gem handle for an object
>   * @file_priv: drm file-private structure to register the handle for
>   * @obj: object to register
> - * @handlep: pionter to return the created handle to the caller
> + * @handlep: pointer to return the created handle to the caller
>   *
>   * Create a handle for this object. This adds a handle reference to the object,
>   * which includes a regular reference count. Callers will likely want to
> -- 
> 2.20.1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

end of thread, other threads:[~2020-03-18 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17 21:03 [PATCH v2] drm: Correct a typo in a function comment Igor Matheus Andrade Torrente
2020-03-18 13:50 ` Daniel Vetter

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).