[PATCH v2 0/5] staging: rtl8723bs: clean up coding style in rtw_mlme_ext
From: Jinke Wu
Date: Tue Jul 07 2026 - 13:21:03 EST
This patch series splits the original v1 patch into a 5-part series
to properly isolate different types of coding style cleanups, as
requested during the v1 review.
To keep each patch strictly focused on a single logical change:
1. Patch 1 fixes the operator spacing warnings.
2. Patch 2 resolves the line length and alignment issues that were
consequently introduced or exposed by the spacing fixes in Patch 1.
3. Patches 3, 4, and 5 clean up other style issues (nested assignments,
parentheses, boolean checks) within the same affected code blocks.
By structuring the series this way, each patch achieves 100% historical
purity without interfering with unrelated parts of the file.
Changes in v2:
- Split the omnibus v1 patch into 5 dedicated, standalone patches.
Jinke Wu (5):
staging: rtl8723bs: fix operator spacing in rtw_mlme_ext
staging: rtl8723bs: fix line length and alignment in rtw_mlme_ext
staging: rtl8723bs: split nested assignment in OnAssocRsp
staging: rtl8723bs: remove unnecessary parentheses in issue_asocrsp
staging: rtl8723bs: simplify boolean comparison in send_beacon
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 227 ++++++++++--------
1 file changed, 126 insertions(+), 101 deletions(-)
--
2.34.1