Commit d737e289 authored by Aditya Jain's avatar Aditya Jain Committed by Greg Kroah-Hartman

staging: rtl8723bs: Fix coding style errors

Fixing ERROR: "foo *	bar" should be "foo *bar" in hal_phy_cfg.h
as reported by checkpatch.pl
Signed-off-by: default avatarAditya Jain <aditya.jainadityajain.jain@gmail.com>
Link: https://lore.kernel.org/r/20200729192136.23828-2-aditya.jainadityajain.jain@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dbc676e7
...@@ -42,7 +42,7 @@ u32 Data ...@@ -42,7 +42,7 @@ u32 Data
u32 u32
PHY_QueryRFReg_8723B( PHY_QueryRFReg_8723B(
struct adapter * Adapter, struct adapter *Adapter,
u8 eRFPath, u8 eRFPath,
u32 RegAddr, u32 RegAddr,
u32 BitMask u32 BitMask
...@@ -50,7 +50,7 @@ u32 BitMask ...@@ -50,7 +50,7 @@ u32 BitMask
void void
PHY_SetRFReg_8723B( PHY_SetRFReg_8723B(
struct adapter * Adapter, struct adapter *Adapter,
u8 eRFPath, u8 eRFPath,
u32 RegAddr, u32 RegAddr,
u32 BitMask, u32 BitMask,
...@@ -66,7 +66,7 @@ s32 PHY_MACConfig8723B(struct adapter *padapter); ...@@ -66,7 +66,7 @@ s32 PHY_MACConfig8723B(struct adapter *padapter);
void void
PHY_SetTxPowerIndex( PHY_SetTxPowerIndex(
struct adapter * Adapter, struct adapter *Adapter,
u32 PowerIndex, u32 PowerIndex,
u8 RFPath, u8 RFPath,
u8 Rate u8 Rate
...@@ -74,7 +74,7 @@ u8 Rate ...@@ -74,7 +74,7 @@ u8 Rate
u8 u8
PHY_GetTxPowerIndex( PHY_GetTxPowerIndex(
struct adapter * padapter, struct adapter *padapter,
u8 RFPath, u8 RFPath,
u8 Rate, u8 Rate,
enum CHANNEL_WIDTH BandWidth, enum CHANNEL_WIDTH BandWidth,
...@@ -83,19 +83,19 @@ u8 Channel ...@@ -83,19 +83,19 @@ u8 Channel
void void
PHY_GetTxPowerLevel8723B( PHY_GetTxPowerLevel8723B(
struct adapter * Adapter, struct adapter *Adapter,
s32* powerlevel s32 *powerlevel
); );
void void
PHY_SetTxPowerLevel8723B( PHY_SetTxPowerLevel8723B(
struct adapter * Adapter, struct adapter *Adapter,
u8 channel u8 channel
); );
void void
PHY_SetBWMode8723B( PHY_SetBWMode8723B(
struct adapter * Adapter, struct adapter *Adapter,
enum CHANNEL_WIDTH Bandwidth, /* 20M or 40M */ enum CHANNEL_WIDTH Bandwidth, /* 20M or 40M */
unsigned char Offset /* Upper, Lower, or Don't care */ unsigned char Offset /* Upper, Lower, or Don't care */
); );
...@@ -108,7 +108,7 @@ u8 channel ...@@ -108,7 +108,7 @@ u8 channel
void void
PHY_SetSwChnlBWMode8723B( PHY_SetSwChnlBWMode8723B(
struct adapter * Adapter, struct adapter *Adapter,
u8 channel, u8 channel,
enum CHANNEL_WIDTH Bandwidth, enum CHANNEL_WIDTH Bandwidth,
u8 Offset40, u8 Offset40,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment