]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: fbtft: Remove blank line after '{' brace
authorEva Rachel Retuya <eraretuya@gmail.com>
Wed, 10 Feb 2016 09:56:09 +0000 (17:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 03:54:36 +0000 (19:54 -0800)
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>
drivers/staging/fbtft/fb_hx8353d.c

index 286ae45e8930986ee82fc79170df615fb746bf44..72e4ff8c5553eca1d4ee10fe392f8210136be5a6 100644 (file)
@@ -28,7 +28,6 @@
 
 static int init_display(struct fbtft_par *par)
 {
-
        par->fbtftops.reset(par);
        mdelay(150);