]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8192u: add space after ','
authorAastha Gupta <aastha.gupta4104@gmail.com>
Sat, 16 Sep 2017 11:00:52 +0000 (16:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Sep 2017 10:10:27 +0000 (12:10 +0200)
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>
drivers/staging/rtl8192u/ieee80211/ieee80211.h

index 7cdcb754188223548870fea5e5f9b653c53879b4..f19aaeb02bceeff8b965db17c93816051e4ef1ed 100644 (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 */