Commit 868ce967 authored by Jilin Yuan's avatar Jilin Yuan Committed by Helge Deller
Browse files

fbdev: ssd1307fb: Fix repeated words in comments



Delete the redundant word 'set'.

Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent acf4c620
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@ static int ssd1307fb_init(struct ssd1307fb_par *par)
	if (ret < 0)
		return ret;

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