Re: [PATCH v2] staging: rtl8723bs: fix CamelCase variable name
From: Ethan Tidmore
Date: Thu Feb 26 2026 - 20:49:04 EST
On Thu Feb 26, 2026 at 2:43 AM CST, Rivka Bukchin wrote:
> Rename pHT_info_ie to ht_info_ie to address checkpatch warning.
>
> Signed-off-by: Rivka Bukchin <rivkab300@xxxxxxxxx>
>
> ---
> v2:
> - Use full real name in Signed-off-by and From fields
> ---
> drivers/staging/rtl8723bs/core/rtw_ap.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
You have a few issues with your commit body, please view this on how to
send a v2:
https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/
> int ret = _SUCCESS;
> u8 *p;
> u8 *pHT_caps_ie = NULL;
It'd be nice if you changed this to snake_case too.
Thanks,
ET