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 4ec2dc7..9970ed7 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 4e9a6b0..450a61e 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 = {