You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Greg Kroah-Hartman
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 = {
|
||||
|
||||
Reference in New Issue
Block a user