Browse Source

staging: fbtft: Add blank line after function declaration

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>
Eva Rachel Retuya 9 years ago
parent
commit
b15cd7e809
2 changed files with 2 additions and 0 deletions
  1. 1 0
      drivers/staging/fbtft/fb_hx8340bn.c
  2. 1 0
      drivers/staging/fbtft/fb_hx8347d.c

+ 1 - 0
drivers/staging/fbtft/fb_hx8340bn.c

@@ -203,6 +203,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
 
 	return 0;
 }
+
 #undef CURVE
 
 static struct fbtft_display display = {

+ 1 - 0
drivers/staging/fbtft/fb_hx8347d.c

@@ -140,6 +140,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
 
 	return 0;
 }
+
 #undef CURVE
 
 static struct fbtft_display display = {