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
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
static int init_display(struct fbtft_par *par)
|
||||
{
|
||||
|
||||
par->fbtftops.reset(par);
|
||||
mdelay(150);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue