[<prev] [next>] [day] [month] [year] [list]
Message-ID: <085ad1e6-f9a1-06ee-c8f1-7ac6b6ae8552@infradead.org>
Date: Thu, 28 May 2020 10:34:34 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
linux-kbuild <linux-kbuild@...r.kernel.org>,
Masahiro Yamada <masahiroy@...nel.org>,
Michal Marek <michal.lkml@...kovi.net>
Subject: [PATCH -next] kbuild: modpost: fix a message typo
From: Randy Dunlap <rdunlap@...radead.org>
Fix typo/spello:
WARNING: modpost: Symbol dump file is missing. Modules may not have dependencies or movversions.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Masahiro Yamada <masahiroy@...nel.org>
Cc: Michal Marek <michal.lkml@...kovi.net>
Cc: linux-kbuild@...r.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
Powered by blists - more mailing lists