mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 06:15:12 +00:00
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: Tim Collier <osdevtc@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
285376ff48
commit
98b3b71afc
@ -133,12 +133,13 @@ static int prism2mib_excludeunencrypted(struct mibrec *mib,
|
||||
struct p80211msg_dot11req_mibset *msg,
|
||||
void *data);
|
||||
|
||||
static int prism2mib_fragmentationthreshold(struct mibrec *mib,
|
||||
int isget,
|
||||
struct wlandevice *wlandev,
|
||||
struct hfa384x *hw,
|
||||
struct p80211msg_dot11req_mibset *msg,
|
||||
void *data);
|
||||
static int
|
||||
prism2mib_fragmentationthreshold(struct mibrec *mib,
|
||||
int isget,
|
||||
struct wlandevice *wlandev,
|
||||
struct hfa384x *hw,
|
||||
struct p80211msg_dot11req_mibset *msg,
|
||||
void *data);
|
||||
|
||||
static int prism2mib_priv(struct mibrec *mib,
|
||||
int isget,
|
||||
@ -652,12 +653,13 @@ static int prism2mib_excludeunencrypted(struct mibrec *mib,
|
||||
*
|
||||
*/
|
||||
|
||||
static int prism2mib_fragmentationthreshold(struct mibrec *mib,
|
||||
int isget,
|
||||
struct wlandevice *wlandev,
|
||||
struct hfa384x *hw,
|
||||
struct p80211msg_dot11req_mibset *msg,
|
||||
void *data)
|
||||
static int
|
||||
prism2mib_fragmentationthreshold(struct mibrec *mib,
|
||||
int isget,
|
||||
struct wlandevice *wlandev,
|
||||
struct hfa384x *hw,
|
||||
struct p80211msg_dot11req_mibset *msg,
|
||||
void *data)
|
||||
{
|
||||
u32 *uint32 = data;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user