Skip to content

Commit

Permalink
Staging: ks7010: ks*: Remove redundant blank lines
Browse files Browse the repository at this point in the history
Multiple blank lines shouldn't be used.

Signed-off-by: Shiva Kerdel <shiva@exdev.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Shiva Kerdel authored and Greg Kroah-Hartman committed Feb 16, 2017
1 parent 38fb746 commit d9eb486
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/staging/ks7010/ks7010_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/ks7010/ks_wlan_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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... */
Expand Down

0 comments on commit d9eb486

Please sign in to comment.