Fwd: [PATCH] Staging: drm_gem: Fix a typo in a function comment

Igor Torrente igormtorrente at gmail.com
Tue Mar 17 19:42:32 UTC 2020


Yes, I will do it.

On Tue, Mar 17, 2020 at 2:04 PM Daniel Vetter <daniel at 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 at 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 at linux.intel.com>, <mripard at kernel.org>,
> > <sean at poorly.run>, <airlied at linux.ie>, <daniel at ffwll.ch>, <
> > sumit.semwal at linaro.org>
> > Cc: Igor Matheus Andrade Torrente <igormtorrente at gmail.com>, <
> > Rodrigo.Siqueira at amd.com>, <rodrigosiqueiramelo at gmail.com>, <
> > andrealmeid at collabora.com>
> >
> >
> > Replace "pionter" with "pointer" in the
> > drm_gem_handle_create description.
> >
> > Signed-off-by: Igor Matheus Andrade Torrente <igormtorrente at 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 at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
>
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20200317/20c6d922/attachment.htm>


More information about the dri-devel mailing list