mirror of https://gitee.com/openkylin/linux.git
staging: wlan-ng: fix line-break style issue
Fix checkpatch warning due to line break after '(', leaving an over 80 character warning due to long macro name. Signed-off-by: Tim Collier <osdevtc@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e163a0a8b9
commit
d4b9a864de
|
@ -3439,8 +3439,7 @@ static void hfa384x_usbin_rx(struct wlandevice *wlandev, struct sk_buff *skb)
|
|||
|
||||
default:
|
||||
netdev_warn(hw->wlandev->netdev, "Received frame on unsupported port=%d\n",
|
||||
HFA384x_RXSTATUS_MACPORT_GET(
|
||||
usbin->rxfrm.desc.status));
|
||||
HFA384x_RXSTATUS_MACPORT_GET(usbin->rxfrm.desc.status));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue