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 <osde...@gmail.com>
---
 drivers/staging/wlan-ng/p80211netdev.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/wlan-ng/p80211netdev.h 
b/drivers/staging/wlan-ng/p80211netdev.h
index fbac47311f26..d48466d943b4 100644
--- a/drivers/staging/wlan-ng/p80211netdev.h
+++ b/drivers/staging/wlan-ng/p80211netdev.h
@@ -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 */
-- 
2.11.0

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to