* [PATCH] drivers: gpu: drm: vmwgfx: fixed typos
@ 2023-12-15 5:30 Ghanshyam Agrawal
2023-12-15 5:35 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Ghanshyam Agrawal @ 2023-12-15 5:30 UTC (permalink / raw)
To: zackr, linux-graphics-maintainer, maarten.lankhorst, mripard,
tzimmermann, airlied, daniel
Cc: Ghanshyam Agrawal, dri-devel, linux-kernel
Fixed some typos in vmwgfx_execbuf.c
Signed-off-by: Ghanshyam Agrawal <ghanshyam1898@gmail.com>
---
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
index 36987ef3fc30..272141b6164c 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
@@ -621,10 +621,10 @@ static int vmw_resources_reserve(struct vmw_sw_context *sw_context)
* @sw_context: Pointer to the software context.
* @res_type: Resource type.
* @dirty: Whether to change dirty status.
- * @converter: User-space visisble type specific information.
+ * @converter: User-space visible type specific information.
* @id_loc: Pointer to the location in the command buffer currently being parsed
* from where the user-space resource id handle is located.
- * @p_res: Pointer to pointer to resource validalidation node. Populated on
+ * @p_res: Pointer to pointer to resource validation node. Populated on
* exit.
*/
static int
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drivers: gpu: drm: vmwgfx: fixed typos
2023-12-15 5:30 [PATCH] drivers: gpu: drm: vmwgfx: fixed typos Ghanshyam Agrawal
@ 2023-12-15 5:35 ` Randy Dunlap
2023-12-15 5:53 ` Ghanshyam Agrawal
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2023-12-15 5:35 UTC (permalink / raw)
To: Ghanshyam Agrawal, zackr, linux-graphics-maintainer,
maarten.lankhorst, mripard, tzimmermann, airlied, daniel
Cc: dri-devel, linux-kernel
On 12/14/23 21:30, Ghanshyam Agrawal wrote:
> Fixed some typos in vmwgfx_execbuf.c
>
> Signed-off-by: Ghanshyam Agrawal <ghanshyam1898@gmail.com>
> ---
> drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
> index 36987ef3fc30..272141b6164c 100644
> --- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
> +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
> @@ -621,10 +621,10 @@ static int vmw_resources_reserve(struct vmw_sw_context *sw_context)
> * @sw_context: Pointer to the software context.
> * @res_type: Resource type.
> * @dirty: Whether to change dirty status.
> - * @converter: User-space visisble type specific information.
> + * @converter: User-space visible type specific information.
ack.
> * @id_loc: Pointer to the location in the command buffer currently being parsed
> * from where the user-space resource id handle is located.
> - * @p_res: Pointer to pointer to resource validalidation node. Populated on
> + * @p_res: Pointer to pointer to resource validation node. Populated on
> * exit.
ack.
> */
> static int
Please also fix this one:
vmwgfx_execbuf.c:1072: asynchronus ==> asynchronous
I suggest that you try codespell.
Thanks.
--
#Randy
https://people.kernel.org/tglx/notes-about-netiquette
https://subspace.kernel.org/etiquette.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drivers: gpu: drm: vmwgfx: fixed typos
2023-12-15 5:35 ` Randy Dunlap
@ 2023-12-15 5:53 ` Ghanshyam Agrawal
0 siblings, 0 replies; 3+ messages in thread
From: Ghanshyam Agrawal @ 2023-12-15 5:53 UTC (permalink / raw)
To: Randy Dunlap
Cc: zackr, linux-graphics-maintainer, maarten.lankhorst, mripard,
tzimmermann, airlied, daniel, dri-devel, linux-kernel
On Fri, Dec 15, 2023 at 11:05 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
>
>
> On 12/14/23 21:30, Ghanshyam Agrawal wrote:
> > Fixed some typos in vmwgfx_execbuf.c
> >
> > Signed-off-by: Ghanshyam Agrawal <ghanshyam1898@gmail.com>
> > ---
> > drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
> > index 36987ef3fc30..272141b6164c 100644
> > --- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
> > +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
> > @@ -621,10 +621,10 @@ static int vmw_resources_reserve(struct vmw_sw_context *sw_context)
> > * @sw_context: Pointer to the software context.
> > * @res_type: Resource type.
> > * @dirty: Whether to change dirty status.
> > - * @converter: User-space visisble type specific information.
> > + * @converter: User-space visible type specific information.
>
> ack.
>
> > * @id_loc: Pointer to the location in the command buffer currently being parsed
> > * from where the user-space resource id handle is located.
> > - * @p_res: Pointer to pointer to resource validalidation node. Populated on
> > + * @p_res: Pointer to pointer to resource validation node. Populated on
> > * exit.
>
> ack.
>
> > */
> > static int
>
> Please also fix this one:
> vmwgfx_execbuf.c:1072: asynchronus ==> asynchronous
>
> I suggest that you try codespell.
>
> Thanks.
> --
> #Randy
> https://people.kernel.org/tglx/notes-about-netiquette
> https://subspace.kernel.org/etiquette.html
Hi Randy,
Thanks for your acknowledgements and feedback. Codespell did suggest one
more change but I am not sure if it should be applied. Let me ask someone.
I will make changes and resend the second patch.
Thanks & Regards,
Ghanshyam Agrawal
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-15 5:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-15 5:30 [PATCH] drivers: gpu: drm: vmwgfx: fixed typos Ghanshyam Agrawal
2023-12-15 5:35 ` Randy Dunlap
2023-12-15 5:53 ` Ghanshyam Agrawal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®