dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] video: fix repeated words in comments
@ 2022-10-19 12:57 Jilin Yuan
  2022-10-20  6:34 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-10-19 12:57 UTC (permalink / raw)
  To: thomas, deller; +Cc: linux-fbdev, Jilin Yuan, linux-kernel, dri-devel

Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/video/fbdev/sis/sis_accel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/sis/sis_accel.c b/drivers/video/fbdev/sis/sis_accel.c
index 1914ab5a5a91..5850e4325f07 100644
--- a/drivers/video/fbdev/sis/sis_accel.c
+++ b/drivers/video/fbdev/sis/sis_accel.c
@@ -202,7 +202,7 @@ SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int
 	 * and destination blitting areas overlap and
 	 * adapt the bitmap addresses synchronously
 	 * if the coordinates exceed the valid range.
-	 * The the areas do not overlap, we do our
+	 * The areas do not overlap, we do our
 	 * normal check.
 	 */
 	if((mymax - mymin) < height) {
-- 
2.36.1


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

* Re: [PATCH] video: fix repeated words in comments
  2022-10-19 12:57 [PATCH] video: fix repeated words in comments Jilin Yuan
@ 2022-10-20  6:34 ` Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2022-10-20  6:34 UTC (permalink / raw)
  To: Jilin Yuan, thomas; +Cc: linux-fbdev, linux-kernel, dri-devel

On 10/19/22 14:57, Jilin Yuan wrote:
> Delete the redundant word 'the'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

applied.
Thanks!

Helge


> ---
>   drivers/video/fbdev/sis/sis_accel.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/sis/sis_accel.c b/drivers/video/fbdev/sis/sis_accel.c
> index 1914ab5a5a91..5850e4325f07 100644
> --- a/drivers/video/fbdev/sis/sis_accel.c
> +++ b/drivers/video/fbdev/sis/sis_accel.c
> @@ -202,7 +202,7 @@ SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int
>   	 * and destination blitting areas overlap and
>   	 * adapt the bitmap addresses synchronously
>   	 * if the coordinates exceed the valid range.
> -	 * The the areas do not overlap, we do our
> +	 * The areas do not overlap, we do our
>   	 * normal check.
>   	 */
>   	if((mymax - mymin) < height) {


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

end of thread, other threads:[~2022-10-20  6:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19 12:57 [PATCH] video: fix repeated words in comments Jilin Yuan
2022-10-20  6:34 ` Helge Deller

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