mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 06:41:06 -04:00
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:
committed by
Greg Kroah-Hartman
parent
5f10ef7dce
commit
b15cd7e809
@@ -203,6 +203,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#undef CURVE
|
||||
|
||||
static struct fbtft_display display = {
|
||||
|
||||
@@ -140,6 +140,7 @@ static int set_gamma(struct fbtft_par *par, unsigned long *curves)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#undef CURVE
|
||||
|
||||
static struct fbtft_display display = {
|
||||
|
||||
Reference in New Issue
Block a user