]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: fbtft: Add blank line after function declaration
authorEva Rachel Retuya <eraretuya@gmail.com>
Wed, 10 Feb 2016 09:56:08 +0000 (17:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 03:54:36 +0000 (19:54 -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_hx8340bn.c
drivers/staging/fbtft/fb_hx8347d.c

index 4ec2dc78baadf8d2dbdffd1c83b6ff3191b11038..9970ed74bb38e5968f24a74c99ba2d3c380bdaa4 100644 (file)
@@ -203,6 +203,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
 
        return 0;
 }
+
 #undef CURVE
 
 static struct fbtft_display display = {
index 4e9a6b0ce6a20963a4ae2f1f370816a5a68f50bf..450a61e3f99c63686dbd46c6bca8e4b104bb7e19 100644 (file)
@@ -140,6 +140,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
 
        return 0;
 }
+
 #undef CURVE
 
 static struct fbtft_display display = {