[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250726043218.386738-1-vivek.balachandhar@gmail.com>
Date: Sat, 26 Jul 2025 04:31:58 +0000
From: Vivek BalachandharTN <vivek.balachandhar@...il.com>
To: gregkh@...uxfoundation.org
Cc: linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
vivek.balachandhar@...il.com
Subject: [PATCH 00/20] rtl8723bs: cleanup and style improvements for better readability
This patch series includes 20 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 (20):
staging: rtl8723bs: fix spacing around operators
staging: rtl8723bs: remove unnecessary blank lines around braces
staging: rtl8723bs: add blank line after function declaration
staging: rtl8723bs: remove unnecessary space after type cast
staging: rtl8723bs: remove space before tabs
staging: rtl8723bs: fix overlong lines and clarify lengthy comments
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 around assignment
staging: rtl8723bs: remove unnecessary braces for single statement
blocks
staging: rtl8723bs: add braces to all arms of conditional statement
staging: rtl8723bs: add blank line after variable declarations
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 | 506 ++++++++++++----------
1 file changed, 285 insertions(+), 221 deletions(-)
--
2.39.5
Powered by blists - more mailing lists