Commit faad1a6c authored by Eva Rachel Retuya's avatar Eva Rachel Retuya Committed by Greg Kroah-Hartman

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: default avatarEva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b15cd7e8
...@@ -28,7 +28,6 @@ ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment