dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* Fwd: [PATCH] Staging: drm_gem: Fix a typo in a function comment
       [not found] <20200316210413.2321-1-igormtorrente@gmail.com>
@ 2020-03-16 21:08 ` Igor Torrente
  2020-03-17 17:04   ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Igor Torrente @ 2020-03-16 21:08 UTC (permalink / raw)
  To: dri-devel, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1481 bytes --]

Ccing dri-devel and linux-kernel.

---------- Forwarded message ---------
From: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>
Date: Mon, Mar 16, 2020 at 6:04 PM
Subject: [PATCH] Staging: drm_gem: Fix a typo in a function comment
To: <maarten.lankhorst@linux.intel.com>, <mripard@kernel.org>,
<sean@poorly.run>, <airlied@linux.ie>, <daniel@ffwll.ch>, <
sumit.semwal@linaro.org>
Cc: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>, <
Rodrigo.Siqueira@amd.com>, <rodrigosiqueiramelo@gmail.com>, <
andrealmeid@collabora.com>


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

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

[-- Attachment #1.2: Type: text/html, Size: 2409 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

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

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

* Re: Fwd: [PATCH] Staging: drm_gem: Fix a typo in a function comment
  2020-03-16 21:08 ` Fwd: [PATCH] Staging: drm_gem: Fix a typo in a function comment Igor Torrente
@ 2020-03-17 17:04   ` Daniel Vetter
  2020-03-17 19:42     ` Igor Torrente
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2020-03-17 17:04 UTC (permalink / raw)
  To: Igor Torrente; +Cc: linux-kernel, dri-devel

On Mon, Mar 16, 2020 at 06:08:30PM -0300, Igor Torrente wrote:
> Ccing dri-devel and linux-kernel.

git apply-mbox chokes on this, can you pls resubmit?

Thanks, Daniel

> 
> ---------- Forwarded message ---------
> From: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>
> Date: Mon, Mar 16, 2020 at 6:04 PM
> Subject: [PATCH] Staging: drm_gem: Fix a typo in a function comment
> To: <maarten.lankhorst@linux.intel.com>, <mripard@kernel.org>,
> <sean@poorly.run>, <airlied@linux.ie>, <daniel@ffwll.ch>, <
> sumit.semwal@linaro.org>
> Cc: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>, <
> Rodrigo.Siqueira@amd.com>, <rodrigosiqueiramelo@gmail.com>, <
> andrealmeid@collabora.com>
> 
> 
> Replace "pionter" with "pointer" in the
> drm_gem_handle_create description.
> 
> 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

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


-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: Fwd: [PATCH] Staging: drm_gem: Fix a typo in a function comment
  2020-03-17 17:04   ` Daniel Vetter
@ 2020-03-17 19:42     ` Igor Torrente
  0 siblings, 0 replies; 3+ messages in thread
From: Igor Torrente @ 2020-03-17 19:42 UTC (permalink / raw)
  To: Igor Torrente, dri-devel, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 2131 bytes --]

Yes, I will do it.

On Tue, Mar 17, 2020 at 2:04 PM Daniel Vetter <daniel@ffwll.ch> wrote:

> On Mon, Mar 16, 2020 at 06:08:30PM -0300, Igor Torrente wrote:
> > Ccing dri-devel and linux-kernel.
>
> git apply-mbox chokes on this, can you pls resubmit?
>
> Thanks, Daniel
>
> >
> > ---------- Forwarded message ---------
> > From: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>
> > Date: Mon, Mar 16, 2020 at 6:04 PM
> > Subject: [PATCH] Staging: drm_gem: Fix a typo in a function comment
> > To: <maarten.lankhorst@linux.intel.com>, <mripard@kernel.org>,
> > <sean@poorly.run>, <airlied@linux.ie>, <daniel@ffwll.ch>, <
> > sumit.semwal@linaro.org>
> > Cc: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>, <
> > Rodrigo.Siqueira@amd.com>, <rodrigosiqueiramelo@gmail.com>, <
> > andrealmeid@collabora.com>
> >
> >
> > Replace "pionter" with "pointer" in the
> > drm_gem_handle_create description.
> >
> > 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
>
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
>
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
>

[-- Attachment #1.2: Type: text/html, Size: 3744 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

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

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200316210413.2321-1-igormtorrente@gmail.com>
2020-03-16 21:08 ` Fwd: [PATCH] Staging: drm_gem: Fix a typo in a function comment Igor Torrente
2020-03-17 17:04   ` Daniel Vetter
2020-03-17 19:42     ` Igor Torrente

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