staging: fbtft: Insert 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>
This commit is contained in:
Eva Rachel Retuya 2016-02-12 15:39:28 +08:00 committed by Greg Kroah-Hartman
parent f07e89ce1e
commit b4ac6b2885
4 changed files with 4 additions and 0 deletions

View file

@ -236,6 +236,7 @@ static int gamma_adj(struct fbtft_par *par, unsigned long *curves)
return 0;
}
#undef CURVE
#endif

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

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

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