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_ili9320.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
9247a2a1 73762b9d

+1
+1
drivers/staging/fbtft/fb_ili9320.c
··· 47 47 static int init_display(struct fbtft_par *par) 48 48 { 49 49 unsigned devcode; 50 + 50 51 fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__); 51 52 52 53 par->fbtftops.reset(par);