linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shiva Kerdel <shiva@exdev.nl>
To: gregkh@linuxfoundation.org
Cc: wsa@the-dreams.de, mas@iitkgp.ac.in, sabitha.george@gmail.com,
	punitvara@gmail.com, weiyongjun1@huawei.com,
	mattkilgore12@gmail.com, bhumirks@gmail.com,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	karniksayli1995@gmail.com, elfring@users.sourceforge.net,
	nrosbrook@mail.smcvt.edu, georgiana.chelu93@gmail.com,
	goudapatilk@gmail.com, mihaela.muraru21@gmail.com,
	Shiva Kerdel <shiva@exdev.nl>
Subject: [PATCH 2/2] Staging: ks7010: ks*: Remove redundant blank lines
Date: Thu, 16 Feb 2017 16:31:02 +0100	[thread overview]
Message-ID: <20170216153102.24022-2-shiva@exdev.nl> (raw)
In-Reply-To: <20170216153102.24022-1-shiva@exdev.nl>

Multiple blank lines shouldn't be used.

Signed-off-by: Shiva Kerdel <shiva@exdev.nl>
---
 drivers/staging/ks7010/ks7010_sdio.c | 1 -
 drivers/staging/ks7010/ks_wlan_net.c | 2 --
 2 files changed, 3 deletions(-)

diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c
index a604c83c957e..6f9f746a3a61 100644
--- a/drivers/staging/ks7010/ks7010_sdio.c
+++ b/drivers/staging/ks7010/ks7010_sdio.c
@@ -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 */
diff --git a/drivers/staging/ks7010/ks_wlan_net.c b/drivers/staging/ks7010/ks_wlan_net.c
index c7503a9306cd..e7cbe001235b 100644
--- a/drivers/staging/ks7010/ks_wlan_net.c
+++ b/drivers/staging/ks7010/ks_wlan_net.c
@@ -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... */
-- 
2.11.1

      reply	other threads:[~2017-02-16 15:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-16 15:31 [PATCH 1/2] Staging: ks7010: ks*: Add missing blank lines after declarations Shiva Kerdel
2017-02-16 15:31 ` Shiva Kerdel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170216153102.24022-2-shiva@exdev.nl \
    --to=shiva@exdev.nl \
    --cc=bhumirks@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=elfring@users.sourceforge.net \
    --cc=georgiana.chelu93@gmail.com \
    --cc=goudapatilk@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=karniksayli1995@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mas@iitkgp.ac.in \
    --cc=mattkilgore12@gmail.com \
    --cc=mihaela.muraru21@gmail.com \
    --cc=nrosbrook@mail.smcvt.edu \
    --cc=punitvara@gmail.com \
    --cc=sabitha.george@gmail.com \
    --cc=weiyongjun1@huawei.com \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).