Commit 98b3b71a authored by Tim Collier's avatar Tim Collier Committed by Greg Kroah-Hartman
Browse files

staging: wlan-ng: reformatting in prism2mib.c to fit 80 character limit



Reformat lines over 80 characters in prism2mib.c to resolve "line over
80 characters" warnings reported by checkpatch.

Signed-off-by: default avatarTim Collier <osdevtc@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 285376ff
Loading
Loading
Loading
Loading
+14 −12
Original line number Diff line number Diff line
@@ -133,7 +133,8 @@ static int prism2mib_excludeunencrypted(struct mibrec *mib,
					struct p80211msg_dot11req_mibset *msg,
					void *data);

static int prism2mib_fragmentationthreshold(struct mibrec *mib,
static int
prism2mib_fragmentationthreshold(struct mibrec *mib,
				 int isget,
				 struct wlandevice *wlandev,
				 struct hfa384x *hw,
@@ -652,7 +653,8 @@ static int prism2mib_excludeunencrypted(struct mibrec *mib,
 *
 */

static int prism2mib_fragmentationthreshold(struct mibrec *mib,
static int
prism2mib_fragmentationthreshold(struct mibrec *mib,
				 int isget,
				 struct wlandevice *wlandev,
				 struct hfa384x *hw,