mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 00:47:56 -04:00
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:
committed by
Greg Kroah-Hartman
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 r,i;
|
||||
int r, i;
|
||||
s32 csrResult;
|
||||
|
||||
if (priv == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user