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

index 062d98660f6378eafde788880b547424093037ec..b59120c0eb70cb71e06cf0c5d69b45315081b8a5 100644 (file)
@@ -72,6 +72,7 @@ static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye)
 static int set_var(struct fbtft_par *par)
 {
        unsigned remap;
+
        fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__);
 
        if (par->fbtftops.init_display != init_display) {
This page took 0.024448 seconds and 5 git commands to generate.