mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 03:59:04 -04:00
staging:wlags49_h2:fix conditional statement warnings
This patch fixes the following warnings:
WARNING: that open brace { should be on the previous line
WARNING: suspect code indent for conditional statements (16, 16)
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
425754b27b
commit
b16721b7dc
@@ -118,8 +118,7 @@
|
||||
******************************************************************************/
|
||||
#define VALID_PARAM(C) \
|
||||
{ \
|
||||
if (!(C)) \
|
||||
{ \
|
||||
if (!(C)) { \
|
||||
printk(KERN_INFO "Wireless, parameter error: \"%s\"\n", #C); \
|
||||
goto failed; \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user