Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baec30e4 authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

modpost: Fix comment typo "Modules.symvers"



Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b1357c9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}
	}