diff options
author | Navya Sri Nizamkari <navyasri.tech@gmail.com> | 2015-10-22 19:47:24 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-25 05:11:30 +0300 |
commit | 0d46afbce659f8ca4feef61451c719275698e7fc (patch) | |
tree | 91e344ef5f198bdd92adb452a6779ab94d724ee2 | |
parent | 3fc27711dea034db381b6a5c532f384721e9ca73 (diff) | |
download | linux-0d46afbce659f8ca4feef61451c719275698e7fc.tar.xz |
Staging: xgifb: Remove extra blank lines.
This patch fixes the checkpatch.pl check:
CHECK: Please don't use multiple blank lines
Signed-off-by: Navya Sri Nizamkari <navyasri.tech@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/xgifb/vb_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c index 7982f076f5f6..af91523592fe 100644 --- a/drivers/staging/xgifb/vb_init.c +++ b/drivers/staging/xgifb/vb_init.c @@ -498,7 +498,6 @@ static void XGINew_SetDRAMDefaultRegister340( xgifb_reg_set(P3c4, 0x1B, 0x03); /* SR1B */ } - static unsigned short XGINew_SetDRAMSize20Reg( unsigned short dram_size, struct vb_device_info *pVBInfo) |