From: Amitoj Kaur Chawla Date: Thu, 8 Oct 2015 21:45:01 +0000 (+0530) Subject: staging: sm750fb: Remove space after opening brace X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a76f23d66df1cf41c759fe877e77441c9dd65e5e;p=linux-beck.git 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: Amitoj Kaur Chawla Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index 5f8c4aa81abc..453c86e5b0e0 100644 --- a/drivers/staging/sm750fb/ddk750_chip.c +++ b/drivers/staging/sm750fb/ddk750_chip.c @@ -238,7 +238,6 @@ unsigned int ddk750_getVMSize(void) int ddk750_initHw(initchip_param_t *pInitParam) { - unsigned int ulReg; if (pInitParam->powerMode != 0)