[PATCH v2 0/3] staging: rtl8723bs: rename rt_channel_info members to snake_case

Marcos Andrade posted 3 patches 1 week, 6 days ago
Only 2 patches received!
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 82 +++++++++----------
.../staging/rtl8723bs/include/rtw_mlme_ext.h  |  4 +-
drivers/staging/rtl8723bs/os_dep/wifi_regd.c  |  4 +-
3 files changed, 45 insertions(+), 45 deletions(-)
[PATCH v2 0/3] staging: rtl8723bs: rename rt_channel_info members to snake_case
Posted by Marcos Andrade 1 week, 6 days ago
This series renames the CamelCase member names ChannelNum and ScanType
of struct rt_channel_info to their snake_case equivalents channel_num
and scan_type, updating all their usages across the driver.

Changes in v2:
- Fix incorrect member assignment in rtw_mlme_ext.c
  (channel_num was wrongly assigned from scan_type)

Marcos Andrade (3):
  staging: rtl8723bs: rename rt_channel_info members to snake_case
  staging: rtl8723bs: rename rt_channel_info members to snake_case
  staging: rtl8723bs: update rt_channel_info member usage to snake_case
    in wifi_reged.c

 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 82 +++++++++----------
 .../staging/rtl8723bs/include/rtw_mlme_ext.h  |  4 +-
 drivers/staging/rtl8723bs/os_dep/wifi_regd.c  |  4 +-
 3 files changed, 45 insertions(+), 45 deletions(-)

-- 
2.53.0
Re: [PATCH v2 0/3] staging: rtl8723bs: rename rt_channel_info members to snake_case
Posted by Greg KH 3 days, 15 hours ago
On Sat, Mar 21, 2026 at 04:02:15PM +0000, Marcos Andrade wrote:
> This series renames the CamelCase member names ChannelNum and ScanType
> of struct rt_channel_info to their snake_case equivalents channel_num
> and scan_type, updating all their usages across the driver.
> 
> Changes in v2:
> - Fix incorrect member assignment in rtw_mlme_ext.c
>   (channel_num was wrongly assigned from scan_type)
> 
> Marcos Andrade (3):
>   staging: rtl8723bs: rename rt_channel_info members to snake_case
>   staging: rtl8723bs: rename rt_channel_info members to snake_case

You have different patches with identical subject lines, which is not a
good idea.  Please make them unique.

thanks,

greg k-h