mirror of https://gitee.com/openkylin/linux.git
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:
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;
|
||||
|
|
Loading…
Reference in New Issue