All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: wlan-ng: remove unnecessary blank lines
@ 2017-01-09 16:43 Markus Buettner
  0 siblings, 0 replies; only message in thread
From: Markus Buettner @ 2017-01-09 16:43 UTC (permalink / raw)
  To: driverdev-devel
  Cc: Markus Buettner, Greg Kroah-Hartman, Sergio Paracuellos,
	Claudiu Beznea, Janani Ravichandran, sayli karnik, YU Bo,
	Bhumika Goyal, devel, linux-kernel, linux-kernel, Artur Wasinger

checkpatch.pl complained about two unnecessary blank lines after an
opening '{' in prism2mib.c. Those were removed in order to get rid
of those warnings.

There are more issues pointed out by checkpatch.pl. Those require
additional work to be done.

Signed-off-by: Markus Buettner <markus.buettner@fau.de>
Signed-off-by: Artur Wasinger <artur.wasinger@gmx.de>
---
 drivers/staging/wlan-ng/prism2mib.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/wlan-ng/prism2mib.c b/drivers/staging/wlan-ng/prism2mib.c
index 8ea6a64..4c3d394 100644
--- a/drivers/staging/wlan-ng/prism2mib.c
+++ b/drivers/staging/wlan-ng/prism2mib.c
@@ -146,7 +146,6 @@ static int prism2mib_priv(struct mibrec *mib,
 			  struct p80211msg_dot11req_mibset *msg, void *data);
 
 static struct mibrec mibtab[] = {
-
 	/* dot11smt MIB's */
 	{DIDmib_dot11smt_dot11WEPDefaultKeysTable_key(1),
 	 F_STA | F_WRITE,
@@ -624,7 +623,6 @@ static int prism2mib_excludeunencrypted(struct mibrec *mib,
 					struct p80211msg_dot11req_mibset *msg,
 					void *data)
 {
-
 	return prism2mib_flag(mib, isget, wlandev, hw, msg, data);
 }
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-09 16:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-09 16:43 [PATCH] staging: wlan-ng: remove unnecessary blank lines Markus Buettner

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.