aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wlan-ng
diff options
context:
space:
mode:
authorGravatar Sergio Paracuellos <sergio.paracuellos@gmail.com> 2016-11-02 19:47:49 +0100
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2016-11-07 11:32:27 +0100
commit388b45377d301e3003c11543e16e3202dd65e6ef (patch)
tree3e9558ad9f4d148d32ec5dfe2bcecae9a8dbd0aa /drivers/staging/wlan-ng
parentstaging: wlan-ng: remove unnecessary parentheses (diff)
downloadlinux-388b45377d301e3003c11543e16e3202dd65e6ef.tar.gz
linux-388b45377d301e3003c11543e16e3202dd65e6ef.tar.bz2
linux-388b45377d301e3003c11543e16e3202dd65e6ef.zip
staging: wlan-ng: remove unnecessary blank line
Blank lines aren't necessary after an open brace '{'. Clean them in p80211req.c source file to comply with the standard kernel coding style. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng')
-rw-r--r--drivers/staging/wlan-ng/p80211req.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/p80211req.c b/drivers/staging/wlan-ng/p80211req.c
index e9fbe180017f..c4d8e1bb988b 100644
--- a/drivers/staging/wlan-ng/p80211req.c
+++ b/drivers/staging/wlan-ng/p80211req.c
@@ -171,7 +171,6 @@ static void p80211req_handlemsg(struct wlandevice *wlandev,
struct p80211msg *msg)
{
switch (msg->msgcode) {
-
case DIDmsg_lnxreq_hostwep:{
struct p80211msg_lnxreq_hostwep *req =
(struct p80211msg_lnxreq_hostwep *)msg;