OSDN Git Service

staging: sm750fb: Fix if/else/for/switch braces style
authorHelen Fornazier <helen.fornazier@gmail.com>
Thu, 26 Mar 2015 17:09:14 +0000 (14:09 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 23:10:40 +0000 (00:10 +0100)
commit9767fc5126c5eff780adff6b4beae81134655206
tree79f9fa09da8ed27b2ebcdb4a586b9afe9033c5f8
parent569a6dcf3d7f7b6b84ba20fdf419df5a1c4f885d
staging: sm750fb: Fix if/else/for/switch braces style

This patch fixes the checkpatch.pl errors:

ERROR: that open brace { should be on the previous line
ERROR: else should follow close brace '}'
WARNING: braces {} are not necessary for single statement blocks
ERROR: space required before the open brace '{'

Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c