Skip to content

Commit 9242c99

Browse files
Marco Cesatiintel-lab-lkp
authored andcommitted
Staging: rtl8723bs: fix spaces in HalPhyRf_8723B.h
This commit fixes the following checkpatch.pl errors: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" torvalds#19: FILE: ./hal/HalPhyRf_8723B.h:19: +void ConfigureTxpowerTrack_8723B(struct TXPWRTRACK_CFG * pConfig); ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" torvalds#22: FILE: ./hal/HalPhyRf_8723B.h:22: + struct DM_ODM_T * pDM_Odm, ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" torvalds#29: FILE: ./hal/HalPhyRf_8723B.h:29: + struct DM_ODM_T * pDM_Odm, ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" torvalds#44: FILE: ./hal/HalPhyRf_8723B.h:44: +void ODM_SetIQCbyRFpath(struct DM_ODM_T * pDM_Odm, u32 RFpath); ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" torvalds#49: FILE: ./hal/HalPhyRf_8723B.h:49: +void PHY_LCCalibrate_8723B(struct DM_ODM_T * pDM_Odm); Signed-off-by: Marco Cesati <[email protected]>
1 parent 8f995e8 commit 9242c99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
#define RF_T_METER_8723B 0x42 /* */
1717

1818

19-
void ConfigureTxpowerTrack_8723B(struct TXPWRTRACK_CFG * pConfig);
19+
void ConfigureTxpowerTrack_8723B(struct TXPWRTRACK_CFG *pConfig);
2020

2121
void DoIQK_8723B(
22-
struct DM_ODM_T * pDM_Odm,
22+
struct DM_ODM_T *pDM_Odm,
2323
u8 DeltaThermalIndex,
2424
u8 ThermalValue,
2525
u8 Threshold
2626
);
2727

2828
void ODM_TxPwrTrackSetPwr_8723B(
29-
struct DM_ODM_T * pDM_Odm,
29+
struct DM_ODM_T *pDM_Odm,
3030
enum PWRTRACK_METHOD Method,
3131
u8 RFPath,
3232
u8 ChannelMappedIndex
@@ -41,12 +41,12 @@ void PHY_IQCalibrate_8723B(
4141
u8 RF_Path
4242
);
4343

44-
void ODM_SetIQCbyRFpath(struct DM_ODM_T * pDM_Odm, u32 RFpath);
44+
void ODM_SetIQCbyRFpath(struct DM_ODM_T *pDM_Odm, u32 RFpath);
4545

4646
/* */
4747
/* LC calibrate */
4848
/* */
49-
void PHY_LCCalibrate_8723B(struct DM_ODM_T * pDM_Odm);
49+
void PHY_LCCalibrate_8723B(struct DM_ODM_T *pDM_Odm);
5050

5151
/* */
5252
/* AP calibrate */

0 commit comments

Comments
 (0)