mirror of https://gitee.com/openkylin/linux.git
staging: ks7010: fix checkpatch LINE_SPACING
Checkpatch emits CHECK: Please don't use multiple blank lines. Remove multiple blank lines. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
63c31af3e5
commit
27476f01d3
|
@ -1217,7 +1217,6 @@ int hostif_data_request(struct ks_wlan_private *priv, struct sk_buff *skb)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
if (priv->wpa.rsn_enabled && priv->wpa.key[0].key_len) {
|
||||
if (eth_proto == ETHER_PROTOCOL_TYPE_EAP &&
|
||||
priv->wpa.key[1].key_len == 0 &&
|
||||
|
|
Loading…
Reference in New Issue