[PATCH 00/16] rtl8723bs: cleanup and style improvements for better readability

Vivek BalachandharTN posted 16 patches 4 weeks, 1 day ago
Only 9 patches received!
There is a newer version of this series
drivers/staging/rtl8723bs/core/rtw_mlme.c | 421 +++++++++++++---------
1 file changed, 252 insertions(+), 169 deletions(-)
[PATCH 00/16] rtl8723bs: cleanup and style improvements for better readability
Posted by Vivek BalachandharTN 4 weeks, 1 day ago
This patch series includes 16 commits that clean up and improve
the style and formatting of the rtl8723bs driver in the staging tree.
The changes address spacing issues, indentation, comment formatting,
blank lines, and minor code clarity improvements.

No functional changes are introduced. All commits adhere to the Linux kernel
coding style guidelines to enhance code readability and maintainability.

The patches have been tested and are ready for review.

Vivek BalachandharTN (16):
  staging: rtl8723bs: fix spacing around operators
  staging: rtl8723bs: remove unnecessary space after type cast
  staging: rtl8723bs: fix overlong lines to conform with kernel coding
    style
  staging: rtl8723bs: align asterisk in block comment to fix formatting
  staging: rtl8723bs: fix logical continuation style by moving to
    previous line
  staging: rtl8723bs: fix indentation to align with open parenthesis
  staging: rtl8723bs: adding asterisks in multi-line block comments
  staging: rtl8723bs: remove space before semicolon
  staging: rtl8723bs: fix excessive indentation in nested if statement
  staging: rtl8723bs: fix unbalanced braces around conditional blocks
  staging: rtl8723bs: remove unnecessary parentheses in conditional
  staging: rtl8723bs: remove unnecessary braces for single statement
    blocks
  staging: rtl8723bs: add braces to all arms of conditional statement
  staging: rtl8723bs: fix line ending with '('
  staging: rtl8723bs: place constant on right side of comparison
  staging: rtl8723bs: merge nested if conditions for clarity and tab
    problems

 drivers/staging/rtl8723bs/core/rtw_mlme.c | 421 +++++++++++++---------
 1 file changed, 252 insertions(+), 169 deletions(-)


base-commit: 5141ae32d4b8971d7b689854fd47a200e695bda3
-- 
2.39.5
Re: [PATCH 0/16] staging: rtl8723bs: style cleanups — please ignore v1; see v2
Posted by Vivek BalachandharTN 4 weeks, 1 day ago
Hi Greg and linux-staging folks,

Please ignore my first series — I accidentally sent patches 11–16 in a
separate batch so they threaded under 10/16 instead of the cover letter.

I’ve re-sent the series properly as v2 (same content, correct threading).
You can find it here on lore:
https://lore.kernel.org/all/20250904021448.216461-1-vivek.balachandhar@gmail.com/

Apologies for the noise, and thank you for your time.

Thanks,
Vivek BalachandharTN