All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] staging: ks7010: Add blank line after variable declarations.
@ 2016-10-05 20:48 Elise Lennion
  2016-10-09 14:45 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Elise Lennion @ 2016-10-05 20:48 UTC (permalink / raw)
  To: gregkh, outreachy-kernel

Fix checkpatch WARNING: Missing a blank line after declarations.

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
---
 drivers/staging/ks7010/ks7010_sdio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c
index 81c46f4..db5e632 100644
--- a/drivers/staging/ks7010/ks7010_sdio.c
+++ b/drivers/staging/ks7010/ks7010_sdio.c
@@ -1117,6 +1117,7 @@ static void ks7010_sdio_remove(struct sdio_func *func)
 	int ret;
 	struct ks_sdio_card *card;
 	struct ks_wlan_private *priv;
+
 	DPRINTK(1, "ks7010_sdio_remove()\n");
 
 	card = sdio_get_drvdata(func);
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH v2] staging: ks7010: Add blank line after variable declarations.
@ 2016-10-10  3:33 Elise Lennion
  2016-10-10  7:08 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Elise Lennion @ 2016-10-10  3:33 UTC (permalink / raw)
  To: gregkh, outreachy-kernel

Fix checkpatch WARNING: Missing a blank line after declarations.

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
---

v2: Fixed my name, was signing as Elise-Lennion before.

 drivers/staging/ks7010/ks7010_sdio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c
index 81c46f4..db5e632 100644
--- a/drivers/staging/ks7010/ks7010_sdio.c
+++ b/drivers/staging/ks7010/ks7010_sdio.c
@@ -1117,6 +1117,7 @@ static void ks7010_sdio_remove(struct sdio_func *func)
 	int ret;
 	struct ks_sdio_card *card;
 	struct ks_wlan_private *priv;
+
 	DPRINTK(1, "ks7010_sdio_remove()\n");
 
 	card = sdio_get_drvdata(func);
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-10  7:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-05 20:48 [PATCH v2] staging: ks7010: Add blank line after variable declarations Elise Lennion
2016-10-09 14:45 ` Greg KH
2016-10-10  3:45   ` Elise Lennion
2016-10-10  6:40     ` [Outreachy kernel] " Julia Lawall
  -- strict thread matches above, loose matches on Subject: below --
2016-10-10  3:33 Elise Lennion
2016-10-10  7:08 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.