提交 1534bc2c 编写于 作者: C Christian Colic 提交者: Greg Kroah-Hartman

staging: wlan-ng: (coding style) remove unnecessary blank line before "}"

Fix checkpatch checks: "Blank lines aren't necessary before a close brace '}' "
Remove two unnecessary blank lines.
Signed-off-by: NChristian Colic <colic.christian@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ea37066d
...@@ -558,7 +558,6 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev, ...@@ -558,7 +558,6 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
(u8 *)sme->key); (u8 *)sme->key);
if (result) if (result)
goto exit; goto exit;
} }
/* Assume we should set privacy invoked and exclude unencrypted /* Assume we should set privacy invoked and exclude unencrypted
...@@ -590,7 +589,6 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev, ...@@ -590,7 +589,6 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
P80211ENUM_truth_false); P80211ENUM_truth_false);
if (result) if (result)
goto exit; goto exit;
} }
/* Now do the actual join. Note there is no way that I can /* Now do the actual join. Note there is no way that I can
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册