Commit ead3c5ce authored by Eva Rachel Retuya's avatar Eva Rachel Retuya Committed by Greg Kroah-Hartman

staging: fbtft: Delete 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: default avatarEva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b4ac6b28
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#define HEIGHT 480 #define HEIGHT 480
static int default_init_sequence[] = { static int default_init_sequence[] = {
/* SLP_OUT - Sleep out */ /* SLP_OUT - Sleep out */
-1, MIPI_DCS_EXIT_SLEEP_MODE, -1, MIPI_DCS_EXIT_SLEEP_MODE,
-2, 50, -2, 50,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment