From: Jilin Yuan Date: Wed, 19 Oct 2022 12:57:38 +0000 (+0800) Subject: fbdev: sisfb: fix repeated word in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a4f7fcd7023ba63bdfe82a054c4ceb636a55d155;p=linux.git fbdev: sisfb: fix repeated word in comment Signed-off-by: Jilin Yuan Signed-off-by: Helge Deller --- diff --git a/drivers/video/fbdev/sis/sis_accel.c b/drivers/video/fbdev/sis/sis_accel.c index 1914ab5a5a91b..5850e4325f071 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) {