提交 7b63c3ab 编写于 作者: Y Yannick Guerrini 提交者: Rusty Russell

kernel/module.c: fix typos in message about unused symbols

Fix typos in pr_warn message about unused symbols
Signed-off-by: NYannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
上级 c5861658
......@@ -387,9 +387,9 @@ static bool check_symbol(const struct symsearch *syms,
pr_warn("Symbol %s is marked as UNUSED, however this module is "
"using it.\n", fsa->name);
pr_warn("This symbol will go away in the future.\n");
pr_warn("Please evalute if this is the right api to use and if "
"it really is, submit a report the linux kernel "
"mailinglist together with submitting your code for "
pr_warn("Please evaluate if this is the right api to use and "
"if it really is, submit a report to the linux kernel "
"mailing list together with submitting your code for "
"inclusion.\n");
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册