staging: rtl8723bs: fix braces for os_dep/mlme_linux.c
authorPhillip Potter <phil@philpotter.co.uk>
Tue, 9 Feb 2021 00:11:53 +0000 (00:11 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Feb 2021 08:28:19 +0000 (09:28 +0100)
commit7eea86fb8cbbb812911180f9bcc88c44e9967d40
treef5c939d36e7b35a5056ec6c7cc198f5513f9895d
parenta8f759e12b42b5e973dc86757798a4246d254a27
staging: rtl8723bs: fix braces for os_dep/mlme_linux.c

Add braces to both branches of an if block for consistency, and also
remove braces from a single line for loop. Fixes a checkpatch check
and warning, thus clearing this file of any brace check/warning
notices.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210209001153.165135-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/mlme_linux.c