mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
staging: rtl8723bs: rtw_btcoex_HaltNotify() -> rtw_btcoex_halt_notify()
Renames function rtw_btcoex_HaltNotify to rtw_btcoex_halt_notify 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-6-linus.probert@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5b7921d385
commit
c8e50e93c0
|
|
@ -18,7 +18,7 @@ void rtw_btcoex_media_status_notify(struct adapter *padapter, u8 media_status)
|
|||
hal_btcoex_MediaStatusNotify(padapter, media_status);
|
||||
}
|
||||
|
||||
void rtw_btcoex_HaltNotify(struct adapter *padapter)
|
||||
void rtw_btcoex_halt_notify(struct adapter *padapter)
|
||||
{
|
||||
if (!padapter->bup)
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
#define PACKET_EAPOL 3
|
||||
|
||||
void rtw_btcoex_media_status_notify(struct adapter *padapter, u8 media_status);
|
||||
void rtw_btcoex_HaltNotify(struct adapter *padapter);
|
||||
void rtw_btcoex_halt_notify(struct adapter *padapter);
|
||||
|
||||
/* ================================================== */
|
||||
/* Below Functions are called by BT-Coex */
|
||||
|
|
|
|||
|
|
@ -400,7 +400,7 @@ static void rtw_dev_remove(struct sdio_func *func)
|
|||
|
||||
LeaveAllPowerSaveMode(padapter);
|
||||
|
||||
rtw_btcoex_HaltNotify(padapter);
|
||||
rtw_btcoex_halt_notify(padapter);
|
||||
|
||||
rtw_sdio_if1_deinit(padapter);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user