staging: fbtft: Delete blank line after '{' brace
authorEva Rachel Retuya <eraretuya@gmail.com>
Fri, 12 Feb 2016 07:39:29 +0000 (15:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:22:49 +0000 (16:22 -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_ili9481.c

index 6fa5e4c..fb0e6c3 100644 (file)
@@ -28,7 +28,6 @@
 #define HEIGHT         480
 
 static int default_init_sequence[] = {
-
        /* SLP_OUT - Sleep out */
        -1, MIPI_DCS_EXIT_SLEEP_MODE,
        -2, 50,