Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179398
b: refs/heads/master
c: 3a5dd79
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Jan 17, 2010
1 parent ef67295 commit c0f3070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6ccf80eb15ccaca4d3f1ab5162b9ded5eecd9971
refs/heads/master: 3a5dd791abef032fe57fc652c0232913c696e59b
2 changes: 1 addition & 1 deletion trunk/scripts/mod/file2alias.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ static inline int sym_is(const char *symbol, const char *name)
match = strstr(symbol, name);
if (!match)
return 0;
return match[strlen(symbol)] == '\0';
return match[strlen(name)] == '\0';
}

static void do_table(void *symval, unsigned long size,
Expand Down

0 comments on commit c0f3070

Please sign in to comment.