]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: rtw_btcoex_HaltNotify() -> rtw_btcoex_halt_notify()
authorLinus Probert <linus.probert@gmail.com>
Mon, 27 Apr 2026 17:38:54 +0000 (19:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:48:59 +0000 (16:48 +0200)
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>
drivers/staging/rtl8723bs/core/rtw_btcoex.c
drivers/staging/rtl8723bs/include/rtw_btcoex.h
drivers/staging/rtl8723bs/os_dep/sdio_intf.c

index 38d6b66a24d8b0572f11af00b087370031bb99ff..197bc4e7f73b24697d5ca3ef134fd99607d38af5 100644 (file)
@@ -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;
index 6eced86d6623e11f4077ee21f872e04109672fda..d9ed8f2d8d14a22bfbad3a12cbd3aba9f7148878 100644 (file)
@@ -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 */
index 97a1e0da30345f193cacaa9274fb95249f7345f4..cdb0b64cfaeb4234ddb8c0743b20b8c9bbf6dc62 100644 (file)
@@ -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);