mirror of https://gitee.com/openkylin/linux.git
Staging:csr - Fixes whitespace around commas in sme_native.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
8b05598600
commit
d5b755b1e6
|
@ -55,7 +55,7 @@ uf_sme_deinit(unifi_priv_t *priv)
|
||||||
|
|
||||||
int sme_mgt_wifi_on(unifi_priv_t *priv)
|
int sme_mgt_wifi_on(unifi_priv_t *priv)
|
||||||
{
|
{
|
||||||
int r,i;
|
int r, i;
|
||||||
s32 csrResult;
|
s32 csrResult;
|
||||||
|
|
||||||
if (priv == NULL) {
|
if (priv == NULL) {
|
||||||
|
|
Loading…
Reference in New Issue