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

Vivek BalachandharTN posted 15 patches 2 days, 15 hours ago
drivers/staging/rtl8723bs/core/rtw_mlme.c | 415 +++++++++++++---------
1 file changed, 250 insertions(+), 165 deletions(-)
[PATCH v3 00/15] rtl8723bs: cleanup and style improvements for better readability
Posted by Vivek BalachandharTN 2 days, 15 hours ago
This patch series includes 15 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.

Changes in v2:
- Resent series as one properly threaded batch
- No content changes

Changes in v3:
- Rebased onto latest origin/staging-testing.
- Dropped the “remove unnecessary braces for single statement blocks” patch,
  which created empty-if (comment-only) blocks; feedback noted this was wrong.

Link to v2:
  https://lore.kernel.org/all/20250904021448.216461-1-vivek.balachandhar@gmail.com/

Vivek BalachandharTN (15):
  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: 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 | 415 +++++++++++++---------
 1 file changed, 250 insertions(+), 165 deletions(-)

-- 
2.39.5