[PATCH v3 0/5] staging: rtl8723bs: clean up coding style in rtw_mlme_ext

Jinke Wu posted 5 patches 1 week, 5 days ago
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 225 ++++++++++--------
1 file changed, 125 insertions(+), 100 deletions(-)
[PATCH v3 0/5] staging: rtl8723bs: clean up coding style in rtw_mlme_ext
Posted by Jinke Wu 1 week, 5 days ago
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 v3:
- Rebase the patch series onto the latest staging-testing branch to resolve
  the merge issue. No code changes.

Changes in v2:
- Split the omnibus v1 patch into 5 dedicated, standalone patches.

Changes in v1:
- Initial submission containing multiple coding style cleanups in
  one patch.

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 | 225 ++++++++++--------
 1 file changed, 125 insertions(+), 100 deletions(-)

-- 
2.34.1