Skip to content

Commit 868ce96

Browse files
Jilin Yuanhdeller
authored andcommitted
fbdev: ssd1307fb: Fix repeated words in comments
Delete the redundant word 'set'. Signed-off-by: Jilin Yuan <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent acf4c62 commit 868ce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/fbdev/ssd1307fb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ static int ssd1307fb_init(struct ssd1307fb_par *par)
450450
if (ret < 0)
451451
return ret;
452452

453-
/* Set Set Area Color Mode ON/OFF & Low Power Display Mode */
453+
/* Set Area Color Mode ON/OFF & Low Power Display Mode */
454454
if (par->area_color_enable || par->low_power) {
455455
u32 mode;
456456

0 commit comments

Comments
 (0)