Skip to content

Commit

Permalink
fbdev: sisfb: fix repeated word in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Jilin Yuan authored and Helge Deller committed Oct 20, 2022
1 parent 0a974e6 commit a4f7fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/sis/sis_accel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a4f7fcd

Please sign in to comment.