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

staging: fbtft: Remove 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
faad1a6c b15cd7e8

-1
-1
drivers/staging/fbtft/fb_hx8353d.c
··· 28 28 29 29 static int init_display(struct fbtft_par *par) 30 30 { 31 - 32 31 par->fbtftops.reset(par); 33 32 mdelay(150); 34 33