From ead3c5ce502bf16b8f0fed2d5d9c41eafa3fd434 Mon Sep 17 00:00:00 2001 From: Eva Rachel Retuya Date: Fri, 12 Feb 2016 15:39:29 +0800 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/fbtft/fb_ili9481.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/fbtft/fb_ili9481.c b/drivers/staging/fbtft/fb_ili9481.c index 6fa5e4c21ab6..fb0e6c316947 100644 --- a/drivers/staging/fbtft/fb_ili9481.c +++ b/drivers/staging/fbtft/fb_ili9481.c @@ -28,7 +28,6 @@ #define HEIGHT 480 static int default_init_sequence[] = { - /* SLP_OUT - Sleep out */ -1, MIPI_DCS_EXIT_SLEEP_MODE, -2, 50, -- 2.39.2