Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: fbtft: Added blank line after declaration

WARNING: Missing a blank line after declaration
chackpatch.pl warning in fb_ssd1351.c

Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

aybuke ozdemir and committed by
Greg Kroah-Hartman
54a8de19 9247a2a1

+1
+1
drivers/staging/fbtft/fb_ssd1351.c
··· 72 72 static int set_var(struct fbtft_par *par) 73 73 { 74 74 unsigned remap; 75 + 75 76 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__); 76 77 77 78 if (par->fbtftops.init_display != init_display) {