Re: [PATCH 1/3] staging: rtl8723bs: rename rt_channel_info members to snake_case
From: Dan Carpenter
Date: Sat Mar 21 2026 - 11:36:05 EST
On Sat, Mar 21, 2026 at 03:13:40PM +0000, Marcos Andrade wrote:
> Rename the CamelCase member names ChannelNum and ScanType of struct
> rt_channel_info in rtw_mlme_ext.h to their snake_case equivalents
> channel_num and scan_type.
>
> While at it, fix a pre-existing whitespace issue inside the struct
> flagged by checkpatch.pl.
>
> This change brings the code in line with the kernel coding style
> as described in Documentation/process/coding-style.rst.
>
> No functional changes intended.
>
> Signed-off-by: Marcos Andrade <marcosandrade95963@xxxxxxxxx>
> ---
This breaks the build.
regards,
dan carpenter