From: Sirnam Swetha <theonly.ultimate@gmail.com>
Date: Tue, 27 Oct 2015 09:25:15 +0000 (+0530)
Subject: Staging: panel: Removing multiple blank lines
X-Git-Tag: firefly_0821_release~176^2~802^2~138
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=46f566ed53b00f186ce77833453b983e3a0feb08;p=firefly-linux-kernel-4.4.55.git

Staging: panel: Removing multiple blank lines

This patch fixes the checkpatch issue

CHECK: Please don't use multiple blank lines

Signed-off-by: Sirnam Swetha <theonly.ultimate@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c
index 6ce71ad11b10..e62672b3c617 100644
--- a/drivers/staging/panel/panel.c
+++ b/drivers/staging/panel/panel.c
@@ -576,7 +576,6 @@ static int keypad_enabled = NOT_SET;
 module_param(keypad_enabled, int, 0000);
 MODULE_PARM_DESC(keypad_enabled, "Deprecated option, use keypad_type instead");
 
-
 static const unsigned char *lcd_char_conv;
 
 /* for some LCD drivers (ks0074) we need a charset conversion table. */