Staging: rtl8192e: rtl_wx.c: Remove braces for single statement blocks
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 5 Sep 2015 13:28:28 +0000 (18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:53 +0000 (18:24 -0700)
commite1b32e1e89ee69fd62e6d3bd781d017748889e00
tree1c9a4d4b8ec9feb2e47efc66baaadf3221d6bd65
parentca0b6fe173a11219312bb3607d4d5a0faac1feb4
Staging: rtl8192e: rtl_wx.c: Remove braces for single statement blocks

The linux kernel coding style discourages use of braces for single
statement blocks. This patch removes the unnecessary braces.

The warning was detected using checkpatch.pl. Coccinelle was used to
make the change.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_wx.c