staging/rtl8187se: Fix spacing coding style in r8180_dm.h
The following errors fixed. -ERROR: "foo * bar" should be "foo *bar" Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3781683e5c
commit
5b7f7ab839
@ -13,10 +13,10 @@ bool CheckDig(struct net_device *dev);
|
||||
bool CheckHighPower(struct net_device *dev);
|
||||
void rtl8180_hw_dig_wq(struct work_struct *work);
|
||||
void rtl8180_tx_pw_wq(struct work_struct *work);
|
||||
void rtl8180_rate_adapter(struct work_struct * work);
|
||||
void rtl8180_rate_adapter(struct work_struct *work);
|
||||
void TxPwrTracking87SE(struct net_device *dev);
|
||||
bool CheckTxPwrTracking(struct net_device *dev);
|
||||
void rtl8180_rate_adapter(struct work_struct * work);
|
||||
void rtl8180_rate_adapter(struct work_struct *work);
|
||||
void timer_rate_adaptive(unsigned long data);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user