提交 e61f881f 编写于 作者: L Lidza Louina 提交者: Greg Kroah-Hartman

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: NLidza Louina <lidza.louina@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 4c67caab
...@@ -1159,13 +1159,13 @@ unifi_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) ...@@ -1159,13 +1159,13 @@ unifi_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
break; break;
#ifdef CSR_SUPPORT_SME #ifdef CSR_SUPPORT_SME
case UNIFI_CFG_CORE_DUMP: 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"); unifi_trace(priv, UDBG2, "UNIFI_CFG_CORE_DUMP: sent wifi off indication\n");
break; break;
#endif #endif
#ifdef CSR_SUPPORT_WEXT_AP #ifdef CSR_SUPPORT_WEXT_AP
case UNIFI_CFG_SET_AP_CONFIG: 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; break;
#endif #endif
default: default:
...@@ -1275,7 +1275,7 @@ unifi_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) ...@@ -1275,7 +1275,7 @@ unifi_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
/* Attach the network device to the stack */ /* Attach the network device to the stack */
if (!interfacePriv->netdev_registered) if (!interfacePriv->netdev_registered)
{ {
r = uf_register_netdev(priv,interfaceTag); r = uf_register_netdev(priv, interfaceTag);
if (r) { if (r) {
unifi_error(priv, "Failed to register the network device.\n"); unifi_error(priv, "Failed to register the network device.\n");
goto out; goto out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册