summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_mode.h
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2017-02-27 15:39:47 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-06 09:17:06 +0100
commit4e7f31c0d432654392c3a0a3ef14d012638315e6 (patch)
tree9c79aaf29aa90ac6487a2969301f4260c8bb69cf /drivers/staging/sm750fb/ddk750_mode.h
parent47c565ea8d65d74f8030f59898682b461438a169 (diff)
downloadlinux-stable-4e7f31c0d432654392c3a0a3ef14d012638315e6.tar.gz
linux-stable-4e7f31c0d432654392c3a0a3ef14d012638315e6.tar.bz2
linux-stable-4e7f31c0d432654392c3a0a3ef14d012638315e6.zip
staging: sm750fb: Remove unnecessary blank lines.
Removed multiple blank lines, which are not required. This patch fixes the following check patch issues: CHECK: Please don't use multiple blank lines Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/ddk750_mode.h')
-rw-r--r--drivers/staging/sm750fb/ddk750_mode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/sm750fb/ddk750_mode.h b/drivers/staging/sm750fb/ddk750_mode.h
index e846dc2c3d5c..2183e664cf4b 100644
--- a/drivers/staging/sm750fb/ddk750_mode.h
+++ b/drivers/staging/sm750fb/ddk750_mode.h
@@ -9,7 +9,6 @@ typedef enum _spolarity_t {
}
spolarity_t;
-
typedef struct _mode_parameter_t {
/* Horizontal timing. */
unsigned long horizontal_total;
@@ -37,5 +36,4 @@ mode_parameter_t;
int ddk750_setModeTiming(mode_parameter_t *, clock_type_t);
-
#endif