mirror of https://lore.kernel.org/lkml/
 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 1/2] Staging: ks7010: ks*: Add missing blank lines after declarations
Date: Thu, 16 Feb 2017 16:31:01 +0100	[thread overview]
Message-ID: <20170216153102.24022-1-shiva@exdev.nl> (raw)

A blank line should be added after function/struct/union/enum
declarations.

Signed-off-by: Shiva Kerdel <shiva@exdev.nl>
---
 drivers/staging/ks7010/ks7010_sdio.h | 1 +
 drivers/staging/ks7010/ks_wlan.h     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/staging/ks7010/ks7010_sdio.h b/drivers/staging/ks7010/ks7010_sdio.h
index 0165994605ac..d7e1523a222f 100644
--- a/drivers/staging/ks7010/ks7010_sdio.h
+++ b/drivers/staging/ks7010/ks7010_sdio.h
@@ -142,6 +142,7 @@ struct rx_device {
 	unsigned int qtail;	/* rx buffer queue last pointer */
 	spinlock_t rx_dev_lock;
 };
+
 #define	ROM_FILE "ks7010sd.rom"
 
 #endif /* _KS7010_SDIO_H */
diff --git a/drivers/staging/ks7010/ks_wlan.h b/drivers/staging/ks7010/ks_wlan.h
index c7fa508bffe4..f0c083b2b6aa 100644
--- a/drivers/staging/ks7010/ks_wlan.h
+++ b/drivers/staging/ks7010/ks_wlan.h
@@ -363,6 +363,7 @@ struct wpa_key_t {
 	u8 tx_mic_key[MIC_KEY_SIZE];
 	u8 rx_mic_key[MIC_KEY_SIZE];
 };
+
 #define WPA_KEY_INDEX_MAX 4
 #define WPA_RX_SEQ_LEN 6
 
-- 
2.11.1

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

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

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-1-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

Powered by JetHome