Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Eva Rachel Retuya and committed by
Greg Kroah-Hartman
ead3c5ce b4ac6b28

-1
-1
drivers/staging/fbtft/fb_ili9481.c
··· 28 28 #define HEIGHT 480 29 29 30 30 static int default_init_sequence[] = { 31 - 32 31 /* SLP_OUT - Sleep out */ 33 32 -1, MIPI_DCS_EXIT_SLEEP_MODE, 34 33 -2, 50,