Re: [PATCH v2 0/3] staging: rtl8723bs: rename rt_channel_info members to snake_case
From: Greg KH
Date: Tue Mar 31 2026 - 02:51:46 EST
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