mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-05 12:13:57 +08:00
staging: fbtft: Remove blank line after '{' brace
Omit the whitespace after '{' brace as suggested by checkpatch. CHECK: Blank lines aren't necessary after an open brace '{' Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b15cd7e809
commit
faad1a6cba
@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
static int init_display(struct fbtft_par *par)
|
static int init_display(struct fbtft_par *par)
|
||||||
{
|
{
|
||||||
|
|
||||||
par->fbtftops.reset(par);
|
par->fbtftops.reset(par);
|
||||||
mdelay(150);
|
mdelay(150);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user