projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edfbae5
)
x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
author
Colin Ian King
<
[email protected]
>
Tue, 30 Jan 2018 19:32:18 +0000
(19:32 +0000)
committer
Thomas Gleixner
<
[email protected]
>
Tue, 30 Jan 2018 21:08:44 +0000
(22:08 +0100)
Trivial fix to spelling mistake in pr_err error message text.
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
Cc: Andi Kleen <
[email protected]
>
Cc: Greg Kroah-Hartman <
[email protected]
>
Cc:
[email protected]
Cc: Andy Lutomirski <
[email protected]
>
Cc: Borislav Petkov <
[email protected]
>
Cc: David Woodhouse <
[email protected]
>
Link:
https://lkml.kernel.org/r/
[email protected]
arch/x86/kernel/cpu/bugs.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/bugs.c
b/arch/x86/kernel/cpu/bugs.c
index fdb6068a23b51e189ba1e840616b21cb6149a559..dd3a3cc84591ffdcc28f7a55ca88314659f12467 100644
(file)
--- a/
arch/x86/kernel/cpu/bugs.c
+++ b/
arch/x86/kernel/cpu/bugs.c
@@
-103,7
+103,7
@@
bool retpoline_module_ok(bool has_retpoline)
if (spectre_v2_enabled == SPECTRE_V2_NONE || has_retpoline)
return true;
- pr_err("System may be vunerable to spectre v2\n");
+ pr_err("System may be vu
l
nerable to spectre v2\n");
spectre_v2_bad_module = true;
return false;
}