All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: wlan-ng: break long line in p80211req.c
@ 2017-04-27  8:28 Ian Chard
  0 siblings, 0 replies; only message in thread
From: Ian Chard @ 2017-04-27  8:28 UTC (permalink / raw)
  To: gregkh, driverdev-devel; +Cc: Ian Chard

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

Signed-off-by: Ian Chard <ian@chard.org>
---
 drivers/staging/wlan-ng/p80211req.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/wlan-ng/p80211req.c b/drivers/staging/wlan-ng/p80211req.c
index 621df98183bf..afe847722cf7 100644
--- a/drivers/staging/wlan-ng/p80211req.c
+++ b/drivers/staging/wlan-ng/p80211req.c
@@ -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);
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-27  8:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-27  8:28 [PATCH] staging: wlan-ng: break long line in p80211req.c Ian Chard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.