Commit c2f4dd43 authored by K Hodges's avatar K Hodges Committed by Greg Kroah-Hartman

staging: wlan-ng: formatting change in cfg80211.c

Resolve "Line over 80 characters" warning from checkpatch
Signed-off-by: default avatarK Hodges <khodges42@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c4089864
......@@ -70,7 +70,8 @@ static int prism2_result2err(int prism2_result)
return err;
}
static int prism2_domibset_uint32(struct wlandevice *wlandev, u32 did, u32 data)
static int prism2_domibset_uint32(struct wlandevice *wlandev,
u32 did, u32 data)
{
struct p80211msg_dot11req_mibset msg;
struct p80211item_uint32 *mibitem =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment