Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219822
b: refs/heads/master
c: 9b6562b
h: refs/heads/master
v: v3
  • Loading branch information
Jason Cooper authored and Greg Kroah-Hartman committed Sep 14, 2010
1 parent 257a191 commit 2554bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5c4536fa4643ba15c06373f87e7a7e3080b8045
refs/heads/master: 9b6562b1c302704cdefd97f2c340b695bf481d44
3 changes: 1 addition & 2 deletions trunk/drivers/staging/brcm80211/util/bcmutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2554bad

Please sign in to comment.