From: Lidza Louina Date: Mon, 13 May 2013 00:34:05 +0000 (-0400) Subject: Staging:csr - Fixes whitespace around commas in drv.c. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e61f881f9dd87dbd159655f0e91bab2eae10dc3f;p=linux-beck.git Staging:csr - Fixes whitespace around commas in drv.c. Fixes whitepace around commas. Caught by checkpatch.pl. ERROR: space required after that ',' Signed-off-by: Lidza Louina Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/csr/drv.c b/drivers/staging/csr/drv.c index bdc25236ab00..92898de921f5 100644 --- a/drivers/staging/csr/drv.c +++ b/drivers/staging/csr/drv.c @@ -1159,13 +1159,13 @@ unifi_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) break; #ifdef CSR_SUPPORT_SME case UNIFI_CFG_CORE_DUMP: - CsrWifiRouterCtrlWifiOffIndSend(priv->CSR_WIFI_SME_IFACEQUEUE,0,CSR_WIFI_SME_CONTROL_INDICATION_ERROR); + CsrWifiRouterCtrlWifiOffIndSend(priv->CSR_WIFI_SME_IFACEQUEUE, 0, CSR_WIFI_SME_CONTROL_INDICATION_ERROR); unifi_trace(priv, UDBG2, "UNIFI_CFG_CORE_DUMP: sent wifi off indication\n"); break; #endif #ifdef CSR_SUPPORT_WEXT_AP case UNIFI_CFG_SET_AP_CONFIG: - r= unifi_cfg_set_ap_config(priv,(unsigned char*)arg); + r= unifi_cfg_set_ap_config(priv, (unsigned char*)arg); break; #endif default: @@ -1275,7 +1275,7 @@ unifi_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) /* Attach the network device to the stack */ if (!interfacePriv->netdev_registered) { - r = uf_register_netdev(priv,interfaceTag); + r = uf_register_netdev(priv, interfaceTag); if (r) { unifi_error(priv, "Failed to register the network device.\n"); goto out;