Staging: fbtft: Added blank line after declaration
authoraybuke ozdemir <aybuke.147@gmail.com>
Thu, 19 Feb 2015 17:50:50 +0000 (19:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 21:08:25 +0000 (13:08 -0800)
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>
drivers/staging/fbtft/fb_ili9320.c

index b26d89368da7ca831192e7c322d5de8cc8424e4c..880f548158e68be8bd4999372958af1eeb1e1801 100644 (file)
@@ -47,6 +47,7 @@ static unsigned read_devicecode(struct fbtft_par *par)
 static int init_display(struct fbtft_par *par)
 {
        unsigned devcode;
+
        fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__);
 
        par->fbtftops.reset(par);
This page took 0.024742 seconds and 5 git commands to generate.