Staging: rtl8723au: hal: Remove braces for single statement blocks
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 5 Sep 2015 13:28:19 +0000 (18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:53 +0000 (18:24 -0700)
commit12d273767a819f7f1bfb90fb485b8caa959b6853
tree509ad68974e718a36cfc96340d7b8a1380e5a1e8
parent242850f48a96ce0bf48e81fa20850792f27fd3ba
Staging: rtl8723au: hal: 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 error 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/rtl8723au/hal/usb_halinit.c