]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: fbtft: Insert blank line after function declaration
authorEva Rachel Retuya <eraretuya@gmail.com>
Fri, 12 Feb 2016 07:39:28 +0000 (15:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:22:49 +0000 (16:22 -0800)
Insert the required whitespace after the function declaration as
suggested by checkpatch.

CHECK: Please use a blank line after function/struct/union/enum
declarations

Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_ili9163.c
drivers/staging/fbtft/fb_ili9320.c
drivers/staging/fbtft/fb_ili9325.c
drivers/staging/fbtft/fb_ili9341.c

index 9f7c7ecc877e37f700704fe55766daf0d176b7bf..6b8f8b17e9a3acac520bbc56150ae562a8ff212e 100644 (file)
@@ -236,6 +236,7 @@ static int gamma_adj(struct fbtft_par *par, unsigned long *curves)
 
        return 0;
 }
+
 #undef CURVE
 #endif
 
index 6c6bc3d87ace54444f95855878b8366efbae2221..6ff222d6d6d6bba246d9bda281d161288a7a4096 100644 (file)
@@ -248,6 +248,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
 
        return 0;
 }
+
 #undef CURVE
 
 static struct fbtft_display display = {
index 64cdf555ac348503252ff209b5aed37f5e335268..fdf98d37550ee3048ce9116f0186c601a80b3205 100644 (file)
@@ -245,6 +245,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
 
        return 0;
 }
+
 #undef CURVE
 
 static struct fbtft_display display = {
index e92d771752b600c4095d64be5e825d8ce3e43cac..ff35c8624ca330e9bd0138ef3ef82764bd03a9e5 100644 (file)
@@ -135,6 +135,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
 
        return 0;
 }
+
 #undef CURVE
 
 static struct fbtft_display display = {