Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b63c3ab authored by Yannick Guerrini's avatar Yannick Guerrini Committed by Rusty Russell
Browse files

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



Fix typos in pr_warn message about unused symbols

Signed-off-by: default avatarYannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent c5861658
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -387,8 +387,8 @@ static bool check_symbol(const struct symsearch *syms,
		pr_warn("Symbol %s is marked as UNUSED, however this module is "
		pr_warn("Symbol %s is marked as UNUSED, however this module is "
			"using it.\n", fsa->name);
			"using it.\n", fsa->name);
		pr_warn("This symbol will go away in the future.\n");
		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 "
		pr_warn("Please evaluate if this is the right api to use and "
			"it really is, submit a report the linux kernel "
			"if it really is, submit a report to the linux kernel "
			"mailing list together with submitting your code for "
			"mailing list together with submitting your code for "
			"inclusion.\n");
			"inclusion.\n");
	}
	}