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:
committed by
Greg Kroah-Hartman
parent
b15cd7e809
commit
faad1a6cba
@@ -28,7 +28,6 @@
|
||||
|
||||
static int init_display(struct fbtft_par *par)
|
||||
{
|
||||
|
||||
par->fbtftops.reset(par);
|
||||
mdelay(150);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user