[PATCH v7 0/7] staging: rtl8723bs: rtw_mlme: line length cleanup

Salman Alghamdi posted 7 patches 1 month ago
There is a newer version of this series
drivers/staging/rtl8723bs/core/rtw_mlme.c | 272 ++++++++++++++--------
1 file changed, 178 insertions(+), 94 deletions(-)
[PATCH v7 0/7] staging: rtl8723bs: rtw_mlme: line length cleanup
Posted by Salman Alghamdi 1 month ago
This series cleans up lines exceeding 100 columns in rtw_mlme.c,
along with minor readability improvements.

The buffer over-read fix previously included in this series has been
split out and sent separately as a standalone patch at Greg's request.

Changes since v6:
- Split fix patch into a separate series per Greg KH's review

Salman Alghamdi (7):
  staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length
    subtraction
  staging: rtl8723bs: rtw_mlme: wrap lines exceeding 100 columns
  staging: rtl8723bs: rtw_mlme: wrap rtw_sitesurvey_cmd condition
  staging: rtl8723bs: rtw_mlme: extract local variables for long
    expressions
  staging: rtl8723bs: rtw_mlme: remove dead commented-out code
  staging: rtl8723bs: rtw_mlme: consolidate capability comparisons lines
  staging: rtl8723bs: rtw_mlme: add blank line for readability

 drivers/staging/rtl8723bs/core/rtw_mlme.c | 272 ++++++++++++++--------
 1 file changed, 178 insertions(+), 94 deletions(-)

-- 
2.54.0
Re: [PATCH v7 0/7] staging: rtl8723bs: rtw_mlme: line length cleanup
Posted by Greg KH 1 month ago
On Sat, May 09, 2026 at 01:26:56AM +0300, Salman Alghamdi wrote:
> This series cleans up lines exceeding 100 columns in rtw_mlme.c,
> along with minor readability improvements.
> 
> The buffer over-read fix previously included in this series has been
> split out and sent separately as a standalone patch at Greg's request.
> 
> Changes since v6:
> - Split fix patch into a separate series per Greg KH's review

Always show the changes from previous versions as well.

thanks,

greg k-h