OSDN Git Service

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 286ae45..72e4ff8 100644 (file)
@@ -28,7 +28,6 @@
 
 static int init_display(struct fbtft_par *par)
 {
-
        par->fbtftops.reset(par);
        mdelay(150);