From 7ee3501de81615267a5ccd24f1cef46a65a435f0 Mon Sep 17 00:00:00 2001 From: Nishka Dasgupta Date: Wed, 12 Jun 2019 23:34:37 +0530 Subject: staging: rtl8723bs: Fix typo in function name Change name of function hal_btcoex_Hanlder to hal_btcoex_Handler. Signed-off-by: Nishka Dasgupta Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8723bs/core/rtw_btcoex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/rtl8723bs/core/rtw_btcoex.c') diff --git a/drivers/staging/rtl8723bs/core/rtw_btcoex.c b/drivers/staging/rtl8723bs/core/rtw_btcoex.c index 35310e8e0806..8944db15863d 100644 --- a/drivers/staging/rtl8723bs/core/rtw_btcoex.c +++ b/drivers/staging/rtl8723bs/core/rtw_btcoex.c @@ -101,7 +101,7 @@ u8 rtw_btcoex_IsBtDisabled(struct adapter *padapter) void rtw_btcoex_Handler(struct adapter *padapter) { - hal_btcoex_Hanlder(padapter); + hal_btcoex_Handler(padapter); } s32 rtw_btcoex_IsBTCoexCtrlAMPDUSize(struct adapter *padapter) -- cgit v1.2.3