mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 08:16:39 +09:00
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: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b4ac6b2885
commit
ead3c5ce50
@@ -28,7 +28,6 @@
|
||||
#define HEIGHT 480
|
||||
|
||||
static int default_init_sequence[] = {
|
||||
|
||||
/* SLP_OUT - Sleep out */
|
||||
-1, MIPI_DCS_EXIT_SLEEP_MODE,
|
||||
-2, 50,
|
||||
|
||||
Reference in New Issue
Block a user