From: Eva Rachel Retuya Date: Wed, 10 Feb 2016 09:56:09 +0000 (+0800) Subject: staging: fbtft: Remove blank line after '{' brace X-Git-Tag: next-20160301~20^2~503 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=faad1a6cba1e04ce062ee2cbc65049d352ab967e;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/fbtft/fb_hx8353d.c b/drivers/staging/fbtft/fb_hx8353d.c index 286ae45e8930..72e4ff8c5553 100644 --- a/drivers/staging/fbtft/fb_hx8353d.c +++ b/drivers/staging/fbtft/fb_hx8353d.c @@ -28,7 +28,6 @@ static int init_display(struct fbtft_par *par) { - par->fbtftops.reset(par); mdelay(150);