This series fix the following warnings:
-Remove multiple blank lines.
-Remove return in void function.
-Replace NULL comparison.
-Remove unnecessary parentheses.
-Remove braces from single if statement.
-Fix variable constant comparison.
-Move logical operator to previous line.
Vatsala Narang (7):
staging: rtl8723bs: core: Remove blank line.
staging: rtl8723bs: core: Remove return in void function.
staging: rtl8723bs: core: Replace NULL comparisons.
staging: rtl8723bs: core: Remove unnecessary parentheses.
staging: rtl8723bs: core: Remove braces from single if statement.
staging: rtl8723bs: core: Fix variable constant comparisons.
staging: rtl8723bs: core: Moved logical operator to previous line.
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 79 +++++++------------
1 file changed, 30 insertions(+), 49 deletions(-)
--
2.17.1