Staging: rtl8723bs/core fix brace coding style issues in rtw_ioctl_set.c
authorBrother Matthew De Angelis <matthew.v.deangelis@gmail.com>
Thu, 3 Dec 2020 02:58:36 +0000 (20:58 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Dec 2020 15:45:55 +0000 (16:45 +0100)
commit138f3e1265488a9163be7f379073297ba8545cca
tree8267f0933def5d939d84a9148b35e9cbdca88e71
parent332037d4bb28ee6ca1fb6e945be425ecf15da9f8
Staging: rtl8723bs/core fix brace coding style issues in rtw_ioctl_set.c

Fix all the brace code style warnings found by the checkpatch tool at the following lines:
rtw_ioctl_set.c:178: WARNING: braces {} are not necessary for any arm of this statement
rtw_ioctl_set.c:219: WARNING: braces {} are not necessary for any arm of this statement
rtw_ioctl_set.c:255: WARNING: braces {} are not necessary for any arm of this statement
rtw_ioctl_set.c:324: WARNING: braces {} are not necessary for any arm of this statement
rtw_ioctl_set.c:372: WARNING: braces {} are not necessary for any arm of this statement
rtw_ioctl_set.c:396: WARNING: braces {} are not necessary for any arm of this statement
rtw_ioctl_set.c:441: WARNING: braces {} are not necessary for single statement blocks
rtw_ioctl_set.c:527: WARNING: braces {} are not necessary for any arm of this statement

Signed-off-by: Brother Matthew De Angelis <matthew.v.deangelis@gmail.com>
Link: https://lore.kernel.org/r/20201203025836.GA420974@a
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ioctl_set.c