mirror of https://gitee.com/openkylin/linux.git
drivers: staging: rtl8723au: Fix "'foo * bar' should be 'foo *bar'" errors
Fix checkpatch.pl "'foo * bar' should be 'foo *bar'" errors Signed-off-by: Greg Donald <gdonald@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6b284c8305
commit
3cd87c122d
|
@ -1092,17 +1092,20 @@ enum hci_ext_bp_operation {
|
|||
BTHCI_StateMachine(_Adapter, _StateToEnter, _StateCmd, _EntryNum);\
|
||||
}
|
||||
|
||||
void BTHCI_EventParse(struct rtw_adapter * padapter, void *pEvntData, u32 dataLen);
|
||||
void BTHCI_EventParse(struct rtw_adapter *padapter, void *pEvntData,
|
||||
u32 dataLen);
|
||||
#define BT_EventParse BTHCI_EventParse
|
||||
u8 BTHCI_HsConnectionEstablished(struct rtw_adapter *padapter);
|
||||
void BTHCI_UpdateBTProfileRTKToMoto(struct rtw_adapter *padapter);
|
||||
void BTHCI_WifiScanNotify(struct rtw_adapter *padapter, u8 scanType);
|
||||
void BTHCI_StateMachine(struct rtw_adapter * padapter, u8 StateToEnter, enum hci_state_with_cmd StateCmd, u8 EntryNum);
|
||||
void BTHCI_StateMachine(struct rtw_adapter *padapter, u8 StateToEnter,
|
||||
enum hci_state_with_cmd StateCmd, u8 EntryNum);
|
||||
void BTHCI_DisconnectPeer(struct rtw_adapter *padapter, u8 EntryNum);
|
||||
void BTHCI_EventNumOfCompletedDataBlocks(struct rtw_adapter *padapter);
|
||||
void BTHCI_EventAMPStatusChange(struct rtw_adapter *padapter, u8 AMP_Status);
|
||||
void BTHCI_DisconnectAll(struct rtw_adapter *padapter);
|
||||
enum hci_status BTHCI_HandleHCICMD(struct rtw_adapter * padapter, struct packet_irp_hcicmd_data *pHciCmd);
|
||||
enum hci_status BTHCI_HandleHCICMD(struct rtw_adapter *padapter,
|
||||
struct packet_irp_hcicmd_data *pHciCmd);
|
||||
|
||||
/* ===== End of sync from SD7 driver COMMON/bt_hci.h ===== */
|
||||
|
||||
|
@ -1157,7 +1160,8 @@ struct btdm_8723a_1ant {
|
|||
u8 bRAChanged;
|
||||
};
|
||||
|
||||
void BTDM_1AntSignalCompensation(struct rtw_adapter * padapter, u8 *rssi_wifi, u8 *rssi_bt);
|
||||
void BTDM_1AntSignalCompensation(struct rtw_adapter *padapter,
|
||||
u8 *rssi_wifi, u8 *rssi_bt);
|
||||
void BTDM_1AntForDhcp(struct rtw_adapter *padapter);
|
||||
void BTDM_1AntBtCoexist8723A(struct rtw_adapter *padapter);
|
||||
|
||||
|
@ -1310,9 +1314,11 @@ struct bt_coexist_8723a {
|
|||
struct btdm_8723a_1ant btdm1Ant;
|
||||
};
|
||||
|
||||
void BTDM_SetFwChnlInfo(struct rtw_adapter * padapter, enum rt_media_status mstatus);
|
||||
void BTDM_SetFwChnlInfo(struct rtw_adapter *padapter,
|
||||
enum rt_media_status mstatus);
|
||||
u8 BTDM_IsWifiConnectionExist(struct rtw_adapter *padapter);
|
||||
void BTDM_SetFw3a(struct rtw_adapter * padapter, u8 byte1, u8 byte2, u8 byte3, u8 byte4, u8 byte5);
|
||||
void BTDM_SetFw3a(struct rtw_adapter *padapter, u8 byte1, u8 byte2, u8 byte3,
|
||||
u8 byte4, u8 byte5);
|
||||
void BTDM_QueryBtInformation(struct rtw_adapter *padapter);
|
||||
void BTDM_SetSwRfRxLpfCorner(struct rtw_adapter *padapter, u8 type);
|
||||
void BTDM_SetSwPenaltyTxRateAdaptive(struct rtw_adapter *padapter, u8 raType);
|
||||
|
@ -1340,7 +1346,8 @@ enum BT_A2DP_INDEX{
|
|||
#define BTDM_ANT_BT 2
|
||||
|
||||
|
||||
void BTDM_SingleAnt(struct rtw_adapter * padapter, u8 bSingleAntOn, u8 bInterruptOn, u8 bMultiNAVOn);
|
||||
void BTDM_SingleAnt(struct rtw_adapter *padapter, u8 bSingleAntOn,
|
||||
u8 bInterruptOn, u8 bMultiNAVOn);
|
||||
void BTDM_CheckBTIdleChange1Ant(struct rtw_adapter *padapter);
|
||||
|
||||
/* ===== End of sync from SD7 driver HAL/BTCoexist/HalBtcCsr1Ant.h ===== */
|
||||
|
@ -1361,7 +1368,8 @@ void BTDM_CheckBTIdleChange1Ant(struct rtw_adapter * padapter);
|
|||
#define BT_DACSWING_M7 2
|
||||
#define BT_DACSWING_M10 3
|
||||
|
||||
void BTDM_DiminishWiFi(struct rtw_adapter * Adapter, u8 bDACOn, u8 bInterruptOn, u8 DACSwingLevel, u8 bNAVOn);
|
||||
void BTDM_DiminishWiFi(struct rtw_adapter *Adapter, u8 bDACOn, u8 bInterruptOn,
|
||||
u8 DACSwingLevel, u8 bNAVOn);
|
||||
|
||||
/* ===== End of sync from SD7 driver HAL/BTCoexist/HalBtcCsr2Ant.h ===== */
|
||||
|
||||
|
@ -1544,9 +1552,12 @@ u8 BTDM_IsHT40(struct rtw_adapter * padapter);
|
|||
u8 BTDM_Legacy(struct rtw_adapter *padapter);
|
||||
void BTDM_CheckWiFiState(struct rtw_adapter *padapter);
|
||||
s32 BTDM_GetRxSS(struct rtw_adapter *padapter);
|
||||
u8 BTDM_CheckCoexBcnRssiState(struct rtw_adapter * padapter, u8 levelNum, u8 RssiThresh, u8 RssiThresh1);
|
||||
u8 BTDM_CheckCoexRSSIState1(struct rtw_adapter * padapter, u8 levelNum, u8 RssiThresh, u8 RssiThresh1);
|
||||
u8 BTDM_CheckCoexRSSIState(struct rtw_adapter * padapter, u8 levelNum, u8 RssiThresh, u8 RssiThresh1);
|
||||
u8 BTDM_CheckCoexBcnRssiState(struct rtw_adapter *padapter, u8 levelNum,
|
||||
u8 RssiThresh, u8 RssiThresh1);
|
||||
u8 BTDM_CheckCoexRSSIState1(struct rtw_adapter *padapter, u8 levelNum,
|
||||
u8 RssiThresh, u8 RssiThresh1);
|
||||
u8 BTDM_CheckCoexRSSIState(struct rtw_adapter *padapter, u8 levelNum,
|
||||
u8 RssiThresh, u8 RssiThresh1);
|
||||
void BTDM_Balance(struct rtw_adapter *padapter, u8 bBalanceOn, u8 ms0, u8 ms1);
|
||||
void BTDM_AGCTable(struct rtw_adapter *padapter, u8 type);
|
||||
void BTDM_BBBackOffLevel(struct rtw_adapter *padapter, u8 type);
|
||||
|
@ -1555,7 +1566,8 @@ void BTDM_SWCoexAllOff(struct rtw_adapter * padapter);
|
|||
void BTDM_HWCoexAllOff(struct rtw_adapter *padapter);
|
||||
void BTDM_CoexAllOff(struct rtw_adapter *padapter);
|
||||
void BTDM_TurnOffBtCoexistBeforeEnterIPS(struct rtw_adapter *padapter);
|
||||
void BTDM_SignalCompensation(struct rtw_adapter * padapter, u8 *rssi_wifi, u8 *rssi_bt);
|
||||
void BTDM_SignalCompensation(struct rtw_adapter *padapter, u8 *rssi_wifi,
|
||||
u8 *rssi_bt);
|
||||
void BTDM_UpdateCoexState(struct rtw_adapter *padapter);
|
||||
u8 BTDM_IsSameCoexistState(struct rtw_adapter *padapter);
|
||||
void BTDM_PWDBMonitor(struct rtw_adapter *padapter);
|
||||
|
@ -1572,7 +1584,8 @@ void BTDM_AdjustForBtOperation(struct rtw_adapter * padapter);
|
|||
void BTDM_ForHalt(struct rtw_adapter *padapter);
|
||||
void BTDM_WifiScanNotify(struct rtw_adapter *padapter, u8 scanType);
|
||||
void BTDM_WifiAssociateNotify(struct rtw_adapter *padapter, u8 action);
|
||||
void BTDM_MediaStatusNotify(struct rtw_adapter * padapter, enum rt_media_status mstatus);
|
||||
void BTDM_MediaStatusNotify(struct rtw_adapter *padapter,
|
||||
enum rt_media_status mstatus);
|
||||
void BTDM_ForDhcp(struct rtw_adapter *padapter);
|
||||
void BTDM_ResetActionProfileState(struct rtw_adapter *padapter);
|
||||
void BTDM_SetBtCoexCurrAntNum(struct rtw_adapter *padapter, u8 antNum);
|
||||
|
|
Loading…
Reference in New Issue