1
0
Fork 0

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

Resolve "Line over 80 characters" warning from checkpatch

Signed-off-by: K Hodges <khodges42@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
K Hodges 2019-02-05 05:49:03 -05:00 committed by Greg Kroah-Hartman
parent c4089864e8
commit c2f4dd4364
1 changed files with 2 additions and 1 deletions

View File

@ -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 =