Re: [PATCH] staging: rtl8723bs: coding style cleanups
From: Nikolay Kulikov
Date: Wed Mar 18 2026 - 15:28:33 EST
On Wed, Mar 18, 2026 at 10:44:46AM -0700, Malavya Raval wrote:
> Renaming CamelCase variables and macros to snake_case and fixing
> formatting issues in the rtl8723bs staging driver to align
> with kernel coding style standards.
>
> Signed-off-by: Malavya Raval <malavyaraval@xxxxxxxxx>
>
> ---
Please submit one patch with one change. In this case, each variable
requires a separate patch.
Also, always check your patch before submitting:
./scripts/checkpatch.pl --strict path/to/patch
Thanks,
Nikolay