diff --git a/[refs] b/[refs] index c16413a41377..f8ea28d6eb1e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f6ecebd6592ea70e9450ec70efb24220dd961ebc +refs/heads/master: 7b75b13cda8bd21e8636ea985f76e1ce5bd1a470 diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index 3648683a26c5..e2bf4c927dd3 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/scripts/mod/modpost.c @@ -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");