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>
This commit is contained in:
parent
5f10ef7dce
commit
b15cd7e809
|
@ -203,6 +203,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef CURVE
|
#undef CURVE
|
||||||
|
|
||||||
static struct fbtft_display display = {
|
static struct fbtft_display display = {
|
||||||
|
|
|
@ -140,6 +140,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef CURVE
|
#undef CURVE
|
||||||
|
|
||||||
static struct fbtft_display display = {
|
static struct fbtft_display display = {
|
||||||
|
|
Loading…
Reference in New Issue