mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 04:09:18 -04:00
staging: brcm80211: fix "ERROR: while should follow close brace '}'"
Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e5c4536fa4
commit
9b6562b1c3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user