staging: brcm80211: fix "ERROR: while should follow close brace '}'"
authorJason Cooper <jason@lakedaemon.net>
Tue, 14 Sep 2010 13:45:36 +0000 (09:45 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 14 Sep 2010 23:22:06 +0000 (16:22 -0700)
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/util/bcmutils.c

index 7f24fa71e7327997c8244b874367f482fe5503e5..056fcaf52bffad60fb5206bf535ab9b90411793e 100644 (file)
@@ -680,8 +680,7 @@ char *bcmstrtok(char **string, const char *delimiters, char *tokdelim)
        /* Set bits in delimiter table */
        do {
                map[*delimiters >> 5] |= (1 << (*delimiters & 31));
-       }
-       while (*delimiters++);
+       } while (*delimiters++);
 
        str = (unsigned char *)*string;
 
This page took 0.030568 seconds and 5 git commands to generate.