mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
c4089864e8
commit
c2f4dd4364
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue