[PATCH v4 0/4] staging: rtl8723bs: core: Cleanup patchset for style issues in rtw_cmd.c

From: Kushal Kothari
Date: Sat Oct 23 2021 - 03:37:57 EST


These patches make changes to clean up style issues identified
by checkpatch.

Kushal Kothari (4):
staging: rtl8723bs: core: Remove true and false comparison
staging: rtl8723bs: core: Remove unnecessary parentheses
staging: rtl8723bs: core: Remove unnecessary space after a cast
staging: rtl8723bs: core: Remove unnecessary blank lines

drivers/staging/rtl8723bs/core/rtw_cmd.c | 94 +++++++++---------------
1 file changed, 34 insertions(+), 60 deletions(-)

--
2.25.1

Changes in v4:
move version notes below the cutoff

Changes in v3:
Enclose the version number inside the square bracket in the subject.

Changes in v2:
[PATCH 1/4]: Moved unnecessary parentheses change in PATCH 2/4
[PATCH 2/4]: Added the extra parentheses change from PATCH 1/4 here.
[PATCH 3/4]: No Changes
[PATCH 4/4]: Fix whitespace error.