]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: wlan-ng: fix coding style issues in p80211netdev.h
authorTim Collier <osdevtc@gmail.com>
Tue, 15 May 2018 07:44:27 +0000 (08:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 May 2018 12:34:25 +0000 (14:34 +0200)
Fix two issues with parameters not aligned to opening parenthesis, as
reported by checkpatch. File is now clean for checkpatch.

Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/p80211netdev.h

index fbac47311f26e5cbdd8fe2a90525858f1d126dc5..d48466d943b4ae35fd2a7f981a325b3a68e202b5 100644 (file)
@@ -180,11 +180,11 @@ struct wlandevice {
        int (*close)(struct wlandevice *wlandev);
        void (*reset)(struct wlandevice *wlandev);
        int (*txframe)(struct wlandevice *wlandev, struct sk_buff *skb,
-                       union p80211_hdr *p80211_hdr,
-                       struct p80211_metawep *p80211_wep);
+                      union p80211_hdr *p80211_hdr,
+                      struct p80211_metawep *p80211_wep);
        int (*mlmerequest)(struct wlandevice *wlandev, struct p80211msg *msg);
        int (*set_multicast_list)(struct wlandevice *wlandev,
-                                  struct net_device *dev);
+                                 struct net_device *dev);
        void (*tx_timeout)(struct wlandevice *wlandev);
 
        /* 802.11 State */