Skip to content

Commit d737e28

Browse files
z0marlingregkh
authored andcommitted
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: Aditya Jain <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent dbc676e commit d737e28

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

drivers/staging/rtl8723bs/include/hal_phy_cfg.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ u32 Data
4242

4343
u32
4444
PHY_QueryRFReg_8723B(
45-
struct adapter * Adapter,
45+
struct adapter *Adapter,
4646
u8 eRFPath,
4747
u32 RegAddr,
4848
u32 BitMask
4949
);
5050

5151
void
5252
PHY_SetRFReg_8723B(
53-
struct adapter * Adapter,
53+
struct adapter *Adapter,
5454
u8 eRFPath,
5555
u32 RegAddr,
5656
u32 BitMask,
@@ -66,15 +66,15 @@ s32 PHY_MACConfig8723B(struct adapter *padapter);
6666

6767
void
6868
PHY_SetTxPowerIndex(
69-
struct adapter * Adapter,
69+
struct adapter *Adapter,
7070
u32 PowerIndex,
7171
u8 RFPath,
7272
u8 Rate
7373
);
7474

7575
u8
7676
PHY_GetTxPowerIndex(
77-
struct adapter * padapter,
77+
struct adapter *padapter,
7878
u8 RFPath,
7979
u8 Rate,
8080
enum CHANNEL_WIDTH BandWidth,
@@ -83,19 +83,19 @@ u8 Channel
8383

8484
void
8585
PHY_GetTxPowerLevel8723B(
86-
struct adapter * Adapter,
87-
s32* powerlevel
86+
struct adapter *Adapter,
87+
s32 *powerlevel
8888
);
8989

9090
void
9191
PHY_SetTxPowerLevel8723B(
92-
struct adapter * Adapter,
92+
struct adapter *Adapter,
9393
u8 channel
9494
);
9595

9696
void
9797
PHY_SetBWMode8723B(
98-
struct adapter * Adapter,
98+
struct adapter *Adapter,
9999
enum CHANNEL_WIDTH Bandwidth, /* 20M or 40M */
100100
unsigned char Offset /* Upper, Lower, or Don't care */
101101
);
@@ -108,7 +108,7 @@ u8 channel
108108

109109
void
110110
PHY_SetSwChnlBWMode8723B(
111-
struct adapter * Adapter,
111+
struct adapter *Adapter,
112112
u8 channel,
113113
enum CHANNEL_WIDTH Bandwidth,
114114
u8 Offset40,

0 commit comments

Comments
 (0)