]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: rtw_btcoex_LPS_Enter() -> rtw_btcoex_lps_enter()
authorLinus Probert <linus.probert@gmail.com>
Mon, 27 Apr 2026 17:38:56 +0000 (19:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:48:59 +0000 (16:48 +0200)
Renames rtw_btcoex_LPS_Enter to rtw_btcoex_lps_enter in order to conform
to kernel code style.

Found using checkpatch.pl.

Signed-off-by: Linus Probert <linus.probert@gmail.com>
Reviewed-by: Luka Gejak <luka.gejak@linux.dev>
Link: https://patch.msgid.link/20260427173857.585742-8-linus.probert@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_btcoex.c
drivers/staging/rtl8723bs/hal/hal_btcoex.c
drivers/staging/rtl8723bs/include/rtw_btcoex.h

index c2926322ebd24df775bcffaf762900f8ae9bcd65..c9dd1a3cfabbe4f572c5abca84df30f924d98b91 100644 (file)
@@ -49,7 +49,7 @@ void rtw_btcoex_reject_ap_aggregated_packet(struct adapter *padapter, u8 enable)
        }
 }
 
-void rtw_btcoex_LPS_Enter(struct adapter *padapter)
+void rtw_btcoex_lps_enter(struct adapter *padapter)
 {
        struct pwrctrl_priv *pwrpriv;
        u8 lps_val;
index 77c474919ffc1cff47a988f9ecda7320755b5134..fc977d5497c42c95cc2e26a8bf46a8179770c367 100644 (file)
@@ -49,7 +49,7 @@ static void halbtcoutsrc_EnterLps(struct btc_coexist *pBtCoexist)
        pBtCoexist->btInfo.bBtCtrlLps = true;
        pBtCoexist->btInfo.bBtLpsOn = true;
 
-       rtw_btcoex_LPS_Enter(padapter);
+       rtw_btcoex_lps_enter(padapter);
 }
 
 static void halbtcoutsrc_NormalLps(struct btc_coexist *pBtCoexist)
index 61a67360af008733ee13935f93d962510af9076b..22010239515a562c496b6765ae4e666e35320ab0 100644 (file)
@@ -21,7 +21,7 @@ void rtw_btcoex_halt_notify(struct adapter *padapter);
 /*  Below Functions are called by BT-Coex */
 /*  ================================================== */
 void rtw_btcoex_reject_ap_aggregated_packet(struct adapter *padapter, u8 enable);
-void rtw_btcoex_LPS_Enter(struct adapter *padapter);
+void rtw_btcoex_lps_enter(struct adapter *padapter);
 void rtw_btcoex_LPS_Leave(struct adapter *padapter);
 
 #endif /*  __RTW_BTCOEX_H__ */