projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea37066
)
staging: wlan-ng: (coding style) remove unnecessary blank line before "}"
author
Christian Colic
<
[email protected]
>
Mon, 23 Nov 2015 13:25:05 +0000
(14:25 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 8 Feb 2016 03:06:36 +0000
(19:06 -0800)
Fix checkpatch checks: "Blank lines aren't necessary before a close brace '}' "
Remove two unnecessary blank lines.
Signed-off-by: Christian Colic <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/wlan-ng/cfg80211.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wlan-ng/cfg80211.c
b/drivers/staging/wlan-ng/cfg80211.c
index 8c1e3f06a215675df58d1fee29ece48946a7a3a3..497e3c9872393838d1a7035344c7ab3a699bc885 100644
(file)
--- 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