mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
staging: wlan-ng: prism2fw: fixed code style issue
Fixed checkpatch.pl warning message: line over 80 characters Signed-off-by: Aede Symen Hoekstra <aedesymen@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d268b50eb2
commit
e3c2b451b4
1 changed files with 2 additions and 1 deletions
|
@ -238,7 +238,8 @@ static int prism2_fwtry(struct usb_device *udev, wlandevice_t *wlandev)
|
|||
* 0 - success
|
||||
* ~0 - failure
|
||||
----------------------------------------------------------------*/
|
||||
static int prism2_fwapply(const struct ihex_binrec *rfptr, wlandevice_t *wlandev)
|
||||
static int prism2_fwapply(const struct ihex_binrec *rfptr,
|
||||
wlandevice_t *wlandev)
|
||||
{
|
||||
signed int result = 0;
|
||||
struct p80211msg_dot11req_mibget getmsg;
|
||||
|
|
Loading…
Reference in a new issue