Browse Source

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>
Eva Rachel Retuya 9 years ago
parent
commit
faad1a6cba
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/staging/fbtft/fb_hx8353d.c

+ 0 - 1
drivers/staging/fbtft/fb_hx8353d.c

@@ -28,7 +28,6 @@
 
 static int init_display(struct fbtft_par *par)
 {
-
 	par->fbtftops.reset(par);
 	mdelay(150);