OSDN Git Service

staging: ks7010: avoid blank line between declarations in ks_wlan_get_aplist
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 25 Apr 2018 14:01:54 +0000 (16:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Apr 2018 07:35:04 +0000 (09:35 +0200)
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>
drivers/staging/ks7010/ks_wlan_net.c

index d2a213b..f208b94 100644 (file)
@@ -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)