Commit a76f23d6 authored by Amitoj Kaur Chawla's avatar Amitoj Kaur Chawla Committed by Greg Kroah-Hartman

staging: sm750fb: Remove space after opening brace

Remove space after opening brace '{'. Problem found using
checkpatch.pl
CHECK: Blank lines aren't necessary after an open brace '{'
Signed-off-by: default avatarAmitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2a66a986
...@@ -238,7 +238,6 @@ unsigned int ddk750_getVMSize(void) ...@@ -238,7 +238,6 @@ unsigned int ddk750_getVMSize(void)
int ddk750_initHw(initchip_param_t *pInitParam) int ddk750_initHw(initchip_param_t *pInitParam)
{ {
unsigned int ulReg; unsigned int ulReg;
if (pInitParam->powerMode != 0) if (pInitParam->powerMode != 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment