[PATCH] staging: sm750fb: braces, indents, spaces fix

2015-03-12 Thread Ragavendra BN
This patch removes the braces for the single line if statement. It fixes the indent positions correctly. It fixes the spaces appropriately making the code give no warnings by the checpath.pl script check. Please accept. Signed-off-by: Ragavendra BN --- drivers/staging/sm750fb/ddk750_chip.c

[PATCH] staging: sm750fb: braces, indents, spaces fix

2015-03-12 Thread Ragavendra BN
Signed-off-by: Ragavendra BN This patch removes the braces for the single line if statement. It fixes the indent positions correctly. It fixes the spaces appropriately making the code give no warnings by the checkpath.pl script check. --- drivers/staging/sm750fb/ddk750_chip.c | 22

[PATCH] staging: sm750fb: if else block checkpath warnings

2015-03-12 Thread Ragavendra BN
Signed-off-by: Ragavendra BN This patch fixes the coding style warnings found by checkpath.pl for the if else block --- drivers/staging/sm750fb/ddk750_chip.c | 25 ++--- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c