mirror of https://gitee.com/openkylin/linux.git
staging: rtl8192u: add space after ','
Fixes 'space required after ','', reported by checkpatch.pl Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2019eed679
commit
b742793a80
|
@ -1986,7 +1986,7 @@ struct ieee80211_device {
|
|||
* stop_send_bacons is NOT guaranteed to be called only
|
||||
* after start_send_beacons.
|
||||
*/
|
||||
void (*start_send_beacons)(struct net_device *dev,u16 tx_rate);
|
||||
void (*start_send_beacons)(struct net_device *dev, u16 tx_rate);
|
||||
void (*stop_send_beacons)(struct net_device *dev);
|
||||
|
||||
/* power save mode related */
|
||||
|
|
Loading…
Reference in New Issue