Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17475c50 authored by Ian Chard's avatar Ian Chard Committed by Greg Kroah-Hartman
Browse files

staging: wlan-ng: break long line in p80211req.c



Fix a style warning for a line over 80 characters long.

Signed-off-by: default avatarIan Chard <ian@chard.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 05c0cf88
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -198,7 +198,8 @@ static void p80211req_mibset_mibget(struct wlandevice *wlandev,
				    struct p80211msg_dot11req_mibget *mib_msg,
				    int isget)
{
	struct p80211itemd *mibitem = (struct p80211itemd *)mib_msg->mibattribute.data;
	struct p80211itemd *mibitem =
		(struct p80211itemd *)mib_msg->mibattribute.data;
	struct p80211pstrd *pstr = (struct p80211pstrd *)mibitem->data;
	u8 *key = mibitem->data + sizeof(struct p80211pstrd);