Re: [PATCH] staging: rtl8723bs: rename variables to snake_case
From: Bera Yüzlü
Date: Sun Mar 29 2026 - 02:43:58 EST
on Fri, 27 Mar 2026 16:36:36 -0400, David Holland wrote:
> From: David Holland <david@xxxxxxxxxxxxxxxxxx>
You don't need that.
> The Linux kernel coding style guidelines prohibit the use of CamelCase
> variable names. All variables should be snakecase.
>
> Rename the 'ChipVersion' parameter to 'chip_version' and the
> 'AutoLoadFail' parameter to 'auto_load_fail' in hal_com.c to adhere to
> the standard snakecase naming convention.
>
> Signed-off-by: David Holland <david@xxxxxxxxxxxxxxxxxx>
> ---
>
> Hey everyone,
>
> This is my first attempt at submitting a patch into the Linux kernel. I always wanted to try to get my own patch submitted into the kernel so I was scrolling through the codebase and found some incorrect naming styles. I corrected the variables name that were using camelCase to use the traditional snakecase.
>
> Thanks for reviewing,
> David
Wrap your lines, please.
Thanks,
Bera