Loading kernel/module.c +3 −3 Original line number Diff line number Diff line Loading @@ -387,8 +387,8 @@ 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 " 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"); } Loading Loading
kernel/module.c +3 −3 Original line number Diff line number Diff line Loading @@ -387,8 +387,8 @@ 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 " 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"); } Loading