Commit-ID:  da260fe12330be8b003c2ab07a112704163ea675
Gitweb:     https://git.kernel.org/tip/da260fe12330be8b003c2ab07a112704163ea675
Author:     Borislav Petkov <b...@suse.de>
AuthorDate: Fri, 7 Sep 2018 12:35:21 +0200
Committer:  Ingo Molnar <mi...@kernel.org>
CommitDate: Mon, 10 Sep 2018 10:15:48 +0200

jump_label: Fix typo in warning message

There's no 'allocatote' - use the next best thing: 'allocate' :-)

Signed-off-by: Borislav Petkov <b...@suse.de>
Signed-off-by: Peter Zijlstra (Intel) <pet...@infradead.org>
Cc: Jason Baron <jba...@akamai.com>
Cc: Josh Poimboeuf <jpoim...@redhat.com>
Cc: Linus Torvalds <torva...@linux-foundation.org>
Cc: Peter Zijlstra <pet...@infradead.org>
Cc: Steven Rostedt (VMware) <rost...@goodmis.org>
Cc: Thomas Gleixner <t...@linutronix.de>
Link: http://lkml.kernel.org/r/20180907103521.31344-1...@alien8.de
Signed-off-by: Ingo Molnar <mi...@kernel.org>
---
 kernel/jump_label.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/jump_label.c b/kernel/jump_label.c
index 01ebdf1f9f40..2e62503bea0d 100644
--- a/kernel/jump_label.c
+++ b/kernel/jump_label.c
@@ -678,7 +678,7 @@ jump_label_module_notify(struct notifier_block *self, 
unsigned long val,
        case MODULE_STATE_COMING:
                ret = jump_label_add_module(mod);
                if (ret) {
-                       WARN(1, "Failed to allocatote memory: jump_label may 
not work properly.\n");
+                       WARN(1, "Failed to allocate memory: jump_label may not 
work properly.\n");
                        jump_label_del_module(mod);
                }
                break;

Reply via email to