Commit 43bb3192 authored by Iker Pedrosa's avatar Iker Pedrosa Committed by Greg Kroah-Hartman

Staging: winbond: reg: erased trailing whitespace

Erased all the errors given by checkpatch stating trailing whitespace.
Signed-off-by: default avatarIker Pedrosa <ikerpedrosam@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 36b30c53
...@@ -920,7 +920,7 @@ void Uxx_power_on_procedure(struct hw_data *pHwData) ...@@ -920,7 +920,7 @@ void Uxx_power_on_procedure(struct hw_data *pHwData)
Wb35Reg_WriteSync(pHwData, 0x03f8, 0x7ff); Wb35Reg_WriteSync(pHwData, 0x03f8, 0x7ff);
} }
static void Set_ChanIndep_RfData_al7230_24(struct hw_data *pHwData, u32 *pltmp, static void Set_ChanIndep_RfData_al7230_24(struct hw_data *pHwData, u32 *pltmp,
char number) char number)
{ {
u8 i; u8 i;
...@@ -930,7 +930,7 @@ static void Set_ChanIndep_RfData_al7230_24(struct hw_data *pHwData, u32 *pltmp, ...@@ -930,7 +930,7 @@ static void Set_ChanIndep_RfData_al7230_24(struct hw_data *pHwData, u32 *pltmp,
} }
} }
static void Set_ChanIndep_RfData_al7230_50(struct hw_data *pHwData, u32 *pltmp, static void Set_ChanIndep_RfData_al7230_50(struct hw_data *pHwData, u32 *pltmp,
char number) char number)
{ {
u8 i; u8 i;
...@@ -1620,13 +1620,13 @@ void BBProcessor_initial(struct hw_data *pHwData) ...@@ -1620,13 +1620,13 @@ void BBProcessor_initial(struct hw_data *pHwData)
reg->SQ3_filter[i] = 0x2f; /* half of Bit 0 ~ 6 */ reg->SQ3_filter[i] = 0x2f; /* half of Bit 0 ~ 6 */
} }
static inline void set_tx_power_per_channel_max2829(struct hw_data *pHwData, static inline void set_tx_power_per_channel_max2829(struct hw_data *pHwData,
struct chan_info Channel) struct chan_info Channel)
{ {
RFSynthesizer_SetPowerIndex(pHwData, 100); RFSynthesizer_SetPowerIndex(pHwData, 100);
} }
static void set_tx_power_per_channel_al2230(struct hw_data *pHwData, static void set_tx_power_per_channel_al2230(struct hw_data *pHwData,
struct chan_info Channel) struct chan_info Channel)
{ {
u8 index = 100; u8 index = 100;
...@@ -1636,7 +1636,7 @@ static void set_tx_power_per_channel_al2230(struct hw_data *pHwData, ...@@ -1636,7 +1636,7 @@ static void set_tx_power_per_channel_al2230(struct hw_data *pHwData,
RFSynthesizer_SetPowerIndex(pHwData, index); RFSynthesizer_SetPowerIndex(pHwData, index);
} }
static void set_tx_power_per_channel_al7230(struct hw_data *pHwData, static void set_tx_power_per_channel_al7230(struct hw_data *pHwData,
struct chan_info Channel) struct chan_info Channel)
{ {
u8 i, index = 100; u8 i, index = 100;
...@@ -1660,7 +1660,7 @@ static void set_tx_power_per_channel_al7230(struct hw_data *pHwData, ...@@ -1660,7 +1660,7 @@ static void set_tx_power_per_channel_al7230(struct hw_data *pHwData,
RFSynthesizer_SetPowerIndex(pHwData, index); RFSynthesizer_SetPowerIndex(pHwData, index);
} }
static void set_tx_power_per_channel_wb242(struct hw_data *pHwData, static void set_tx_power_per_channel_wb242(struct hw_data *pHwData,
struct chan_info Channel) struct chan_info Channel)
{ {
u8 index = 100; u8 index = 100;
......
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