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:
07344b1
)
x86/cpu/tme: Fix spelling: "configuation" -> "configuration"
author
Colin Ian King
<
[email protected]
>
Tue, 13 Mar 2018 15:47:09 +0000
(15:47 +0000)
committer
Ingo Molnar
<
[email protected]
>
Sat, 31 Mar 2018 08:46:40 +0000
(10:46 +0200)
Trivial fix to spelling mistake in the pr_err_once() error message text.
Signed-off-by: Colin Ian King <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc:
[email protected]
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/kernel/cpu/intel.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/intel.c
b/arch/x86/kernel/cpu/intel.c
index 6106d11ceb6bbba5961d3e27b62c16056261b652..b9693b80fc219c74b29800d226777de3e6f3130e 100644
(file)
--- a/
arch/x86/kernel/cpu/intel.c
+++ b/
arch/x86/kernel/cpu/intel.c
@@
-540,7
+540,7
@@
static void detect_tme(struct cpuinfo_x86 *c)
if (mktme_status != MKTME_UNINITIALIZED) {
if (tme_activate != tme_activate_cpu0) {
/* Broken BIOS? */
- pr_err_once("x86/tme: configuation is inconsistent between CPUs\n");
+ pr_err_once("x86/tme: configu
r
ation is inconsistent between CPUs\n");
pr_err_once("x86/tme: MKTME is not usable\n");
mktme_status = MKTME_DISABLED;