mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 12:24:37 -04:00
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:
committed by
Greg Kroah-Hartman
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 */
|
||||
|
||||
Reference in New Issue
Block a user