Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v3 0/5] staging: rtl8723bs: clean up coding style in rtw_mlme_ext
@ 2026-07-08 15:09 Jinke Wu
  2026-07-08 15:09 ` [PATCH v3 1/5] staging: rtl8723bs: fix operator spacing " Jinke Wu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jinke Wu @ 2026-07-08 15:09 UTC (permalink / raw)
  To: gregkh; +Cc: error27, linux-staging, linux-kernel, coolbeaner

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-07-08 15:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08 15:09 [PATCH v3 0/5] staging: rtl8723bs: clean up coding style in rtw_mlme_ext Jinke Wu
2026-07-08 15:09 ` [PATCH v3 1/5] staging: rtl8723bs: fix operator spacing " Jinke Wu
2026-07-08 15:09 ` [PATCH v3 2/5] staging: rtl8723bs: fix line length and alignment " Jinke Wu
2026-07-08 15:09 ` [PATCH v3 3/5] staging: rtl8723bs: split nested assignment in OnAssocRsp Jinke Wu
2026-07-08 15:09 ` [PATCH v3 4/5] staging: rtl8723bs: remove unnecessary parentheses in issue_asocrsp Jinke Wu
2026-07-08 15:09 ` [PATCH v3 5/5] staging: rtl8723bs: simplify boolean comparison in send_beacon Jinke Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox