]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
kernel/module.c: fix typos in message about unused symbols
authorYannick Guerrini <yguerrini@tomshardware.fr>
Tue, 24 Mar 2015 02:01:40 +0000 (12:31 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 24 Mar 2015 02:02:36 +0000 (12:32 +1030)
Fix typos in pr_warn message about unused symbols

Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c

index b3d634ed06c94f1b2ce986293d0cda84078d4a46..3ab942f78760cf6ad6529aeac0c109e6c17fc296 100644 (file)
@@ -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