[PATCH] added fbtft ssd1305 controller support

Dan Carpenter dan.carpenter at oracle.com
Tue Jan 26 18:55:27 UTC 2016


Here is what I get when I cat this patch to checkpatch.

$ cat email.txt | ~/kernel_src/scripts/checkpatch.pl -

WARNING: please write a paragraph that describes the config symbol fully
#24: FILE: drivers/staging/fbtft/Kconfig:120:
+config FB_TFT_SSD1305

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#46: 
new file mode 100644

CHECK: No space is necessary after a cast
#269: FILE: drivers/staging/fbtft/fb_ssd1305.c:219:
+       u16 *vmem16 = (u16 *) par->info->screen_buffer;

total: 0 errors, 2 warnings, 1 checks, 290 lines checked

regards,
dan carpenter



More information about the devel mailing list