]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: sm750fb: Remove space before closing brace
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Thu, 8 Oct 2015 21:41:59 +0000 (03:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:32:07 +0000 (20:32 -0700)
Remove space before closing brace '}'. Problem found using
checkpatch.pl
CHECK: Blank lines aren't necessary before a close brace '}'

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c

index 1c13e5b0a57a85c1e8157d650e4265d7ef9c352a..5f8c4aa81abc87e89ec5011a8bf6e0353a5c93a2 100644 (file)
@@ -234,7 +234,6 @@ unsigned int ddk750_getVMSize(void)
                break;
        }
        return data;
-
 }
 
 int ddk750_initHw(initchip_param_t *pInitParam)