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:
parent
f07e89ce1e
commit
b4ac6b2885
|
@ -236,6 +236,7 @@ static int gamma_adj(struct fbtft_par *par, unsigned long *curves)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#undef CURVE
|
||||
#endif
|
||||
|
||||
|
|
|
@ -248,6 +248,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#undef CURVE
|
||||
|
||||
static struct fbtft_display display = {
|
||||
|
|
|
@ -245,6 +245,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#undef CURVE
|
||||
|
||||
static struct fbtft_display display = {
|
||||
|
|
|
@ -135,6 +135,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#undef CURVE
|
||||
|
||||
static struct fbtft_display display = {
|
||||
|
|
Loading…
Reference in New Issue