diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-10-19 14:57:38 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-10-20 08:34:22 +0200 |
commit | a4f7fcd7023ba63bdfe82a054c4ceb636a55d155 (patch) | |
tree | 06be9a0daddc58b0dde72f6d026df4ea3e5767bc /drivers/video/fbdev/sis | |
parent | fbdev: gbefb: Convert sysfs snprintf to sysfs_emit (diff) | |
download | linux-a4f7fcd7023ba63bdfe82a054c4ceb636a55d155.tar.xz linux-a4f7fcd7023ba63bdfe82a054c4ceb636a55d155.zip |
fbdev: sisfb: fix repeated word in comment
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video/fbdev/sis')
-rw-r--r-- | drivers/video/fbdev/sis/sis_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |