staging: wlan-ng: fix line style warnings in p80211req.c

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>
This commit is contained in:
Sergio Paracuellos 2016-10-09 17:10:25 +02:00 committed by Greg Kroah-Hartman
parent 3aa4ecf785
commit c97efa34f4
1 changed files with 4 additions and 2 deletions

View File

@ -72,7 +72,8 @@
#include "p80211metastruct.h" #include "p80211metastruct.h"
#include "p80211req.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, static void p80211req_mibset_mibget(struct wlandevice *wlandev,
struct p80211msg_dot11req_mibget *mib_msg, struct p80211msg_dot11req_mibget *mib_msg,
int isget); int isget);
@ -166,7 +167,8 @@ int p80211req_dorequest(struct wlandevice *wlandev, u8 *msgbuf)
* Process thread * 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) { switch (msg->msgcode) {