]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: sm750fb: Remove space after opening brace
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Thu, 8 Oct 2015 21:45:01 +0000 (03:15 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:32:07 +0000 (20:32 -0700)
Remove space after opening brace '{'. Problem found using
checkpatch.pl
CHECK: Blank lines aren't necessary after an open 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 5f8c4aa81abc87e89ec5011a8bf6e0353a5c93a2..453c86e5b0e0a51e494f137d11b3ce9c72a477bf 100644 (file)
@@ -238,7 +238,6 @@ unsigned int ddk750_getVMSize(void)
 
 int ddk750_initHw(initchip_param_t *pInitParam)
 {
-
        unsigned int ulReg;
 
        if (pInitParam->powerMode != 0)