Loading scripts/mod/modpost.c +1 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,7 @@ static struct symbol *sym_add_exported(const char *name, struct module *mod, s->module->name, is_vmlinux(s->module->name) ?"":".ko"); } else { /* In case Modules.symvers was out of date */ /* In case Module.symvers was out of date */ s->module = mod; } } Loading Loading
scripts/mod/modpost.c +1 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,7 @@ static struct symbol *sym_add_exported(const char *name, struct module *mod, s->module->name, is_vmlinux(s->module->name) ?"":".ko"); } else { /* In case Modules.symvers was out of date */ /* In case Module.symvers was out of date */ s->module = mod; } } Loading