mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 21:36:03 +07:00
staging: ks7010: fix logical line continuation
Checkpatch emits CHECK: Logical continuations should be on the previous line. Move logical continuation to previous line. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
64068bc315
commit
a359491ad2
@ -1406,8 +1406,8 @@ static int ks_wlan_set_scan(struct net_device *dev,
|
|||||||
|
|
||||||
/* for SLEEP MODE */
|
/* for SLEEP MODE */
|
||||||
/* specified SSID SCAN */
|
/* specified SSID SCAN */
|
||||||
if (wrqu->data.length == sizeof(struct iw_scan_req)
|
if (wrqu->data.length == sizeof(struct iw_scan_req) &&
|
||||||
&& wrqu->data.flags & IW_SCAN_THIS_ESSID) {
|
wrqu->data.flags & IW_SCAN_THIS_ESSID) {
|
||||||
req = (struct iw_scan_req *)extra;
|
req = (struct iw_scan_req *)extra;
|
||||||
priv->scan_ssid_len = req->essid_len;
|
priv->scan_ssid_len = req->essid_len;
|
||||||
memcpy(priv->scan_ssid, req->essid, priv->scan_ssid_len);
|
memcpy(priv->scan_ssid, req->essid, priv->scan_ssid_len);
|
||||||
|
Loading…
Reference in New Issue
Block a user