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:
Aastha Gupta 2017-09-16 16:30:52 +05:30 committed by Greg Kroah-Hartman
parent 2019eed679
commit b742793a80

View File

@ -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 */