Staging:csr - Fixes whitespace around commas in csr_wifi_nme_ap_sef.c.
Fixes whitepace around commas. Caught by checkpatch.pl. ERROR: space required after that ',' Signed-off-by: Lidza Louina <lidza.louina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b73f2290b4
commit
4c67caab38
@ -21,10 +21,10 @@ void CsrWifiNmeApUpstreamStateHandlers(void* drvpriv, CsrWifiFsmEvent* msg)
|
||||
CsrWifiNmeApStopCfmHandler(drvpriv, msg);
|
||||
break;
|
||||
case CSR_WIFI_NME_AP_CONFIG_SET_CFM:
|
||||
CsrWifiNmeApConfigSetCfmHandler(drvpriv,msg);
|
||||
CsrWifiNmeApConfigSetCfmHandler(drvpriv, msg);
|
||||
break;
|
||||
default:
|
||||
unifi_error(drvpriv, "CsrWifiNmeApUpstreamStateHandlers: unhandled NME_AP message type 0x%.4X\n",msg->type);
|
||||
unifi_error(drvpriv, "CsrWifiNmeApUpstreamStateHandlers: unhandled NME_AP message type 0x%.4X\n", msg->type);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user