]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wlan-ng: fix line style warnings in p80211req.c
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sun, 9 Oct 2016 15:10:25 +0000 (17:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:25:37 +0000 (10:25 +0200)
This patch fix the following checkpatch.pl warnings in p80211req.c:
WARNING: line over 80 characters

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/p80211req.c

index 440dfc180538525f2822f574cf4f7dfdd10975a3..b3b33d2e644722c5b8db98e6deae5ea57e230c61 100644 (file)
@@ -72,7 +72,8 @@
 #include "p80211metastruct.h"
 #include "p80211req.h"
 
-static void p80211req_handlemsg(struct wlandevice *wlandev, struct p80211msg *msg);
+static void p80211req_handlemsg(struct wlandevice *wlandev,
+                               struct p80211msg *msg);
 static void p80211req_mibset_mibget(struct wlandevice *wlandev,
                                   struct p80211msg_dot11req_mibget *mib_msg,
                                   int isget);
@@ -166,7 +167,8 @@ int p80211req_dorequest(struct wlandevice *wlandev, u8 *msgbuf)
  *     Process thread
  *----------------------------------------------------------------
  */
-static void p80211req_handlemsg(struct wlandevice *wlandev, struct p80211msg *msg)
+static void p80211req_handlemsg(struct wlandevice *wlandev,
+                               struct p80211msg *msg)
 {
        switch (msg->msgcode) {