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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d4e1818a4c
commit
388b45377d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user