OSDN Git Service

staging: rtl8188eu: core: rtw_xmit: Remove extra braces
authorGeorgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Tue, 20 Sep 2016 09:13:06 +0000 (12:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2016 11:38:00 +0000 (13:38 +0200)
commitdc0283c7bc85669a52963d38553411d30a19a2f2
treea637dc7034fc343641344b723bc90ec7c44e2858
parent11975c56b6d130970ef31dbcd3f307baec253c18
staging: rtl8188eu: core: rtw_xmit: Remove extra braces

Remove the braces {} in the following cases:
- when there is a single branch with a single statement.
- when both branches have a single statement

The modifications improve the coding style.
Issues found by checkpatch.pl script.

Signed-off-by: Georgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_xmit.c