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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment