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:
Lidza Louina 2013-05-12 20:40:56 -04:00 committed by Greg Kroah-Hartman
parent 8b05598600
commit d5b755b1e6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ uf_sme_deinit(unifi_priv_t *priv)
int sme_mgt_wifi_on(unifi_priv_t *priv)
{
int r,i;
int r, i;
s32 csrResult;
if (priv == NULL) {