Re: [PATCH] staging: rtl8723bs: avoid CamelCase in rtw_efuse
From: Greg Kroah-Hartman
Date: Tue Sep 01 2026 - 06:11:01 EST
On Mon, Aug 17, 2026 at 05:45:55PM +0200, Philip Nielsen wrote:
> Avoid CamelCase naming for local variables, function parameters,
> and static helper functions in rtw_efuse.c as well as associated
> prototypes in rtw_efuse.h to adhere to the Linux
> kernel coding style and clear checkpatch.pl checks.
>
> Signed-off-by: Philip Nielsen <philipnielsen64@xxxxxxxxx>
> ---
> drivers/staging/rtl8723bs/core/rtw_efuse.c | 120 +++++++++---------
> drivers/staging/rtl8723bs/include/rtw_efuse.h | 6 +-
> 2 files changed, 63 insertions(+), 63 deletions(-)
Does not apply to the staging-testing branch. Can you rebase and
resend?
thanks,
greg k-h