staging: rtl8723au: hal: Removed the extra semicolon
authorAnjana Sasindran <anjanasasindran123@gmail.com>
Sun, 30 Nov 2014 17:33:37 +0000 (23:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2014 00:54:43 +0000 (16:54 -0800)
This patch fix the checkpatch.pl warning:

WARNING: Statement terminations use 1 semicolon

Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c

index 78665eec3c1dc92fc149c5b9d606a3b909e16e24..86a83975f4f00a868cce1a88f70227dc0134bece 100644 (file)
@@ -10639,7 +10639,7 @@ void BTDM_BBBackOffLevel(struct rtw_adapter *padapter, u8 type)
 
 void BTDM_FWCoexAllOff(struct rtw_adapter *padapter)
 {
-       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);;
+       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);
 
        RTPRINT(FBT, BT_TRACE, ("BTDM_FWCoexAllOff()\n"));
        if (pHalData->bt_coexist.bFWCoexistAllOff)
@@ -10653,7 +10653,7 @@ void BTDM_FWCoexAllOff(struct rtw_adapter *padapter)
 
 void BTDM_SWCoexAllOff(struct rtw_adapter *padapter)
 {
-       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);;
+       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);
 
        RTPRINT(FBT, BT_TRACE, ("BTDM_SWCoexAllOff()\n"));
        if (pHalData->bt_coexist.bSWCoexistAllOff)
@@ -10666,7 +10666,7 @@ void BTDM_SWCoexAllOff(struct rtw_adapter *padapter)
 
 void BTDM_HWCoexAllOff(struct rtw_adapter *padapter)
 {
-       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);;
+       struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);
 
        RTPRINT(FBT, BT_TRACE, ("BTDM_HWCoexAllOff()\n"));
        if (pHalData->bt_coexist.bHWCoexistAllOff)