mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
staging: rtl8723bs: rename rtw_btcoex_media_status_notify definition arg
Renames rtw_btcoex_media_status_notify_definition argument mediaStatus to media_status in order to conform to kernel code style. This was 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-5-linus.probert@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b55686cb84
commit
5b7921d385
|
|
@ -14,7 +14,7 @@
|
|||
#define PACKET_ARP 2
|
||||
#define PACKET_EAPOL 3
|
||||
|
||||
void rtw_btcoex_media_status_notify(struct adapter *padapter, u8 mediaStatus);
|
||||
void rtw_btcoex_media_status_notify(struct adapter *padapter, u8 media_status);
|
||||
void rtw_btcoex_HaltNotify(struct adapter *padapter);
|
||||
|
||||
/* ================================================== */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user