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
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ void CsrWifiNmeApUpstreamStateHandlers(void* drvpriv, CsrWifiFsmEvent* msg)
|
||||||
CsrWifiNmeApStopCfmHandler(drvpriv, msg);
|
CsrWifiNmeApStopCfmHandler(drvpriv, msg);
|
||||||
break;
|
break;
|
||||||
case CSR_WIFI_NME_AP_CONFIG_SET_CFM:
|
case CSR_WIFI_NME_AP_CONFIG_SET_CFM:
|
||||||
CsrWifiNmeApConfigSetCfmHandler(drvpriv,msg);
|
CsrWifiNmeApConfigSetCfmHandler(drvpriv, msg);
|
||||||
break;
|
break;
|
||||||
default:
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue