Staging: ks7010: ks*: Remove redundant blank lines
authorShiva Kerdel <shiva@exdev.nl>
Thu, 16 Feb 2017 15:31:02 +0000 (16:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Feb 2017 18:28:27 +0000 (10:28 -0800)
Multiple blank lines shouldn't be used.

Signed-off-by: Shiva Kerdel <shiva@exdev.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c
drivers/staging/ks7010/ks_wlan_net.c

index a604c83..6f9f746 100644 (file)
@@ -884,7 +884,6 @@ static void ks7010_card_init(struct ks_wlan_private *priv)
        if (priv->mac_address_valid && priv->version_size)
                priv->dev_state = DEVICE_STATE_PREINIT;
 
-
        hostif_sme_enqueue(priv, SME_GET_EEPROM_CKSUM);
 
        /* load initial wireless parameter */
index c7503a9..e7cbe00 100644 (file)
@@ -285,7 +285,6 @@ static int ks_wlan_set_essid(struct net_device *dev,
        if (priv->sleep_mode == SLP_SLEEP)
                return -EPERM;
 
-
        /* for SLEEP MODE */
        /* Check if we asked for `any' */
        if (dwrq->flags == 0) {
@@ -342,7 +341,6 @@ static int ks_wlan_get_essid(struct net_device *dev,
        if (priv->sleep_mode == SLP_SLEEP)
                return -EPERM;
 
-
        /* for SLEEP MODE */
        /* Note : if dwrq->flags != 0, we should
         * get the relevant SSID from the SSID list... */