linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] kbuild: modpost: fix a message typo
@ 2020-05-28 17:34 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2020-05-28 17:34 UTC (permalink / raw)
  To: LKML, linux-kbuild, Masahiro Yamada, Michal Marek

From: Randy Dunlap <rdunlap@infradead.org>

Fix typo/spello:

WARNING: modpost: Symbol dump file is missing. Modules may not have dependencies or movversions.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Michal Marek <michal.lkml@markovi.net>
Cc: linux-kbuild@vger.kernel.org
---
 scripts/mod/modpost.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200528.orig/scripts/mod/modpost.c
+++ linux-next-20200528/scripts/mod/modpost.c
@@ -2600,7 +2600,7 @@ int main(int argc, char **argv)
 		read_symbols_from_files(files_source);
 
 	if (missing_dump_file)
-		warn("Symbol dump file is missing. Modules may not have dependencies or movversions.\n");
+		warn("Symbol dump file is missing. Modules may not have dependencies or modversions.\n");
 
 	/*
 	 * When there's no vmlinux, don't print warnings about


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-28 17:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28 17:34 [PATCH -next] kbuild: modpost: fix a message typo Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).