* [PATCH] staging: wlan-ng: (coding style) remove unnecessary blank line before "}"
@ 2015-11-23 13:25 Christian Colic
0 siblings, 0 replies; only message in thread
From: Christian Colic @ 2015-11-23 13:25 UTC (permalink / raw)
To: gregkh, johannes.berg, brcnakalin; +Cc: devel, linux-kernel, colic.christian
Fix checkpatch checks: "Blank lines aren't necessary before a close brace '}' "
Remove two unnecessary blank lines.
Signed-off-by: Christian Colic <colic.christian@gmail.com>
---
drivers/staging/wlan-ng/cfg80211.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c
index 8c1e3f0..497e3c9 100644
--- a/drivers/staging/wlan-ng/cfg80211.c
+++ b/drivers/staging/wlan-ng/cfg80211.c
@@ -558,7 +558,6 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
(u8 *)sme->key);
if (result)
goto exit;
-
}
/* Assume we should set privacy invoked and exclude unencrypted
@@ -590,7 +589,6 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
P80211ENUM_truth_false);
if (result)
goto exit;
-
}
/* Now do the actual join. Note there is no way that I can
--
2.5.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-11-23 13:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-23 13:25 [PATCH] staging: wlan-ng: (coding style) remove unnecessary blank line before "}" Christian Colic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox