projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a974e6
)
fbdev: sisfb: fix repeated word in comment
author
Jilin Yuan
<yuanjilin@cdjrlc.com>
Wed, 19 Oct 2022 12:57:38 +0000
(20:57 +0800)
committer
Helge Deller
<deller@gmx.de>
Thu, 20 Oct 2022 06:34:22 +0000
(08:34 +0200)
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/sis/sis_accel.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/sis/sis_accel.c
b/drivers/video/fbdev/sis/sis_accel.c
index 1914ab5a5a91be65fe01e7456c5645f94dc34b04..5850e4325f0716d13c35a77d8ede8f9740e9e534 100644
(file)
--- 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) {