Staging: rtl8187se: r8180_rtl8225: fixed a lot of checkpatch.pl issues
Fixed numerous coding style issues using checkpatch.pl Signed-off-by: Tracey Dent <tdent48227@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
33f6c688c9
commit
7042b09ad5
|
@ -20,15 +20,15 @@
|
|||
#define RTL8225_ANAPARAM2_SLEEP 0x840dec11
|
||||
|
||||
void rtl8225z2_rf_init(struct net_device *dev);
|
||||
void rtl8225z2_rf_set_chan(struct net_device *dev,short ch);
|
||||
void rtl8225z2_rf_set_chan(struct net_device *dev, short ch);
|
||||
void rtl8225z2_rf_close(struct net_device *dev);
|
||||
|
||||
void RF_WriteReg(struct net_device *dev, u8 offset, u32 data);
|
||||
u32 RF_ReadReg(struct net_device *dev, u8 offset);
|
||||
|
||||
void rtl8180_set_mode(struct net_device *dev,int mode);
|
||||
void rtl8180_set_mode(struct net_device *dev,int mode);
|
||||
bool SetZebraRFPowerState8185(struct net_device *dev,RT_RF_POWER_STATE eRFPowerState);
|
||||
void rtl8180_set_mode(struct net_device *dev, int mode);
|
||||
void rtl8180_set_mode(struct net_device *dev, int mode);
|
||||
bool SetZebraRFPowerState8185(struct net_device *dev, RT_RF_POWER_STATE eRFPowerState);
|
||||
void rtl8225z4_rf_sleep(struct net_device *dev);
|
||||
void rtl8225z4_rf_wakeup(struct net_device *dev);
|
||||
|
||||
|
|
Loading…
Reference in New Issue