From: Randy Dunlap <[email protected]> Fix typo/spello:
WARNING: modpost: Symbol dump file is missing. Modules may not have dependencies or movversions. Signed-off-by: Randy Dunlap <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Michal Marek <[email protected]> Cc: [email protected] --- 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

