[PATCH -next] kbuild: modpost: fix a message typo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Fix typo/spello:

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

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Cc: Michal Marek <michal.lkml@xxxxxxxxxxx>
Cc: linux-kbuild@xxxxxxxxxxxxxxx
---
 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




[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux