Re: [PATCH] staging:rtl8723bs: Replace camel case rtw_btcoex_MediaStatusNotify with sneak case

From: Ethan Tidmore

Date: Fri Feb 06 2026 - 17:24:48 EST


On Wed Feb 4, 2026 at 2:44 AM CST, Pavan Bobba wrote:
> Replace rtw_btcoex_MediaStatusNotify with rtw_btcoex_media_status_notify
> as reported by checkpatch.pl
>
> Signed-off-by: Pavan Bobba <pavanbobba@xxxxxxxxxxxxxxx>

There are a few issues with your header. A space is required between
staging: and rtl8723bs, "camel case" should be written as "CamelCase" and
"sneak case" should be "snake_case".

So that'd be "staging: rtl8723bs: Replace CamelCase
rtw_btcoex_MediaStatusNotify with snake_case"

Thanks,

Ethan