Re: [PATCH] staging: rtl8723bs: fix CamelCase style warnings in rtw_efuse.c

From: Dan Carpenter

Date: Tue Jun 23 2026 - 08:33:27 EST


On Tue, Jun 23, 2026 at 07:26:29PM +0800, Bruce Ou wrote:
> Fix coding style warnings reported by checkpatch.pl regarding
> CamelCase local variable names in rtw_efuse.c. This includes
> variables like contentLen, mapLen, efuseType, Bytetemp, bResult,
> and Address.
>
> No functional changes are introduced.
>
> Signed-off-by: Bruce Ou <oubruce1234@xxxxxxxxx>
> ---

There are a whole series of rules to follow for v2 patches.
https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/

But mainly please slow down and wait a day between resends...

regards,
dan carpenter