Re: [PATCH] staging: rtl8723bs: rename CamelCase variables in rtw_mlme.c

From: Greg KH

Date: Tue Sep 01 2026 - 06:17:51 EST


On Mon, Aug 17, 2026 at 11:29:47PM +0800, Hank Yang wrote:
> Rename several CamelCase variables to snake_case to comply with
> kernel coding style, as flagged by checkpatch.pl:
> CHECK: Avoid CamelCase: <iEntry>
> CHECK: Avoid CamelCase: <backupPMKIDList>
> CHECK: Avoid CamelCase: <backupPMKIDIndex>
> CHECK: Avoid CamelCase: <backupTKIPCountermeasure>
> CHECK: Avoid CamelCase: <backupTKIPcountermeasure_time>
> CHECK: Avoid CamelCase: <bHwLDPCSupport>
> CHECK: Avoid CamelCase: <bHwSTBCSupport>
> CHECK: Avoid CamelCase: <bHwSupportBeamformer>
> CHECK: Avoid CamelCase: <bHwSupportBeamformee>
>
> Signed-off-by: Hank Yang <s950343@xxxxxxxxx>
> ---
> drivers/staging/rtl8723bs/core/rtw_mlme.c | 64 +++++++++++------------

Does not apply to the staging-testing branch, can you rebase and resend?

thanks,

greg k-h