All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/vboxvideo: fix repeated words in comments
@ 2022-08-24 13:02 ` Jilin Yuan
  0 siblings, 0 replies; 3+ messages in thread
From: Jilin Yuan @ 2022-08-24 13:02 UTC (permalink / raw)
  To: airlied, daniel; +Cc: dri-devel, linux-kernel, Jilin Yuan

 Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/gpu/drm/vboxvideo/vboxvideo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/vboxvideo/vboxvideo.h b/drivers/gpu/drm/vboxvideo/vboxvideo.h
index a5de40fe1a76..f60d82504da0 100644
--- a/drivers/gpu/drm/vboxvideo/vboxvideo.h
+++ b/drivers/gpu/drm/vboxvideo/vboxvideo.h
@@ -43,7 +43,7 @@
  * VBE_DISPI_INDEX_VBOX_VIDEO is used to read the configuration information
  * from the host and issue commands to the host.
  *
- * The guest writes the VBE_DISPI_INDEX_VBOX_VIDEO index register, the the
+ * The guest writes the VBE_DISPI_INDEX_VBOX_VIDEO index register, the
  * following operations with the VBE data register can be performed:
  *
  * Operation            Result
-- 
2.36.1


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

* [PATCH] drm/vboxvideo: fix repeated words in comments
@ 2022-08-24 13:02 ` Jilin Yuan
  0 siblings, 0 replies; 3+ messages in thread
From: Jilin Yuan @ 2022-08-24 13:02 UTC (permalink / raw)
  To: airlied, daniel; +Cc: Jilin Yuan, linux-kernel, dri-devel

 Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/gpu/drm/vboxvideo/vboxvideo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/vboxvideo/vboxvideo.h b/drivers/gpu/drm/vboxvideo/vboxvideo.h
index a5de40fe1a76..f60d82504da0 100644
--- a/drivers/gpu/drm/vboxvideo/vboxvideo.h
+++ b/drivers/gpu/drm/vboxvideo/vboxvideo.h
@@ -43,7 +43,7 @@
  * VBE_DISPI_INDEX_VBOX_VIDEO is used to read the configuration information
  * from the host and issue commands to the host.
  *
- * The guest writes the VBE_DISPI_INDEX_VBOX_VIDEO index register, the the
+ * The guest writes the VBE_DISPI_INDEX_VBOX_VIDEO index register, the
  * following operations with the VBE data register can be performed:
  *
  * Operation            Result
-- 
2.36.1


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

* Re: drm/vboxvideo: fix repeated words in comments
  2022-08-24 13:02 ` Jilin Yuan
  (?)
@ 2022-09-17 13:03 ` Hans de Goede
  -1 siblings, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2022-09-17 13:03 UTC (permalink / raw)
  To: Jilin Yuan, airlied, daniel; +Cc: linux-kernel, dri-devel

Hi,

On 8/24/22 15:02, Jilin Yuan wrote:
> Delete the redundant word 'the'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

Thanks I have added this patch to my local drm-misc-next branch.

I will push this out to the official drm-misc-next branch after
running some local tests.

Regards,

Hans



> ---
>  drivers/gpu/drm/vboxvideo/vboxvideo.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/vboxvideo/vboxvideo.h b/drivers/gpu/drm/vboxvideo/vboxvideo.h
> index a5de40fe1a76..f60d82504da0 100644
> --- a/drivers/gpu/drm/vboxvideo/vboxvideo.h
> +++ b/drivers/gpu/drm/vboxvideo/vboxvideo.h
> @@ -43,7 +43,7 @@
>   * VBE_DISPI_INDEX_VBOX_VIDEO is used to read the configuration information
>   * from the host and issue commands to the host.
>   *
> - * The guest writes the VBE_DISPI_INDEX_VBOX_VIDEO index register, the the
> + * The guest writes the VBE_DISPI_INDEX_VBOX_VIDEO index register, the
>   * following operations with the VBE data register can be performed:
>   *
>   * Operation            Result


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

end of thread, other threads:[~2022-09-17 13:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24 13:02 [PATCH] drm/vboxvideo: fix repeated words in comments Jilin Yuan
2022-08-24 13:02 ` Jilin Yuan
2022-09-17 13:03 ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.