Staging: brcm80211: fix brace coding style issue in dhd_cdc.c
authorGuilherme Salazar <salazartux@gmail.com>
Wed, 4 May 2011 04:38:30 +0000 (01:38 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 6 May 2011 21:22:43 +0000 (14:22 -0700)
This is a patch that fixes up a brace issue found by the checkpatch.pl
tool

Signed-off-by: Guilherme Salazar <salazartux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/dhd_cdc.c

index e44b674ed605f59569a116ab9ece69e7b0310123..ba5a5cb7eede5599f760fc6784c756f01a7bfa49 100644 (file)
@@ -253,9 +253,9 @@ dhd_prot_ioctl(dhd_pub_t *dhd, int ifidx, wl_ioctl_t *ioc, void *buf, int len)
                        "lastcmd=0x%x (%lu)\n",
                        ioc->cmd, (unsigned long)ioc->cmd, prot->lastcmd,
                        (unsigned long)prot->lastcmd));
-               if ((ioc->cmd == WLC_SET_VAR) || (ioc->cmd == WLC_GET_VAR)) {
+               if ((ioc->cmd == WLC_SET_VAR) || (ioc->cmd == WLC_GET_VAR))
                        DHD_TRACE(("iovar cmd=%s\n", (char *)buf));
-               }
+
                goto done;
        }
 
This page took 0.025452 seconds and 5 git commands to generate.