Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23727
b: refs/heads/master
c: 7b75b13
h: refs/heads/master
i:
  23725: 7d85b9f
  23723: 7cab4a0
  23719: 927b7ef
  23711: 73d25fd
v: v3
  • Loading branch information
Sam Ravnborg committed Mar 5, 2006
1 parent 5dff07e commit fa09bfb
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: f6ecebd6592ea70e9450ec70efb24220dd961ebc
refs/heads/master: 7b75b13cda8bd21e8636ea985f76e1ce5bd1a470
2 changes: 1 addition & 1 deletion trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static struct symbol *sym_add_exported(const char *name, struct module *mod)
s = new_symbol(name, mod);
} else {
if (!s->preloaded) {
warn("%s: duplicate symbol '%s' previous definition "
warn("%s: '%s' exported twice. Previous export "
"was in %s%s\n", mod->name, name,
s->module->name,
is_vmlinux(s->module->name) ?"":".ko");
Expand Down

0 comments on commit fa09bfb

Please sign in to comment.