mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
staging: ks7010: avoid blank line between declarations in ks_wlan_get_aplist
This commit removes a blank line which is included between declarations and it has not sense at all. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
77b948df47
commit
55b56be2c4
@@ -1094,7 +1094,6 @@ static int ks_wlan_get_aplist(struct net_device *dev,
|
||||
struct ks_wlan_private *priv = netdev_priv(dev);
|
||||
struct sockaddr *address = (struct sockaddr *)extra;
|
||||
struct iw_quality qual[LOCAL_APLIST_MAX];
|
||||
|
||||
int i;
|
||||
|
||||
if (priv->sleep_mode == SLP_SLEEP)
|
||||
|
||||
Reference in New Issue
Block a user