1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Eva Rachel Retuya 2016-02-10 17:56:08 +08:00 committed by Greg Kroah-Hartman
parent 5f10ef7dce
commit b15cd7e809
2 changed files with 2 additions and 0 deletions

View 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 = {

View 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 = {