diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-03-13 11:47:09 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-03-31 04:46:40 -0400 |
commit | eaeb8e76cd5751e805f6e4a3fcec91d283e3b0c2 (patch) | |
tree | d304c016a42f29feedc85acef893a476ed7aec2e /arch/x86/kernel/cpu/intel.c | |
parent | 07344b15a994acadbe439aa4e75127ed1ccca099 (diff) |
x86/cpu/tme: Fix spelling: "configuation" -> "configuration"
Trivial fix to spelling mistake in the pr_err_once() error message text.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/20180313154709.1015-1-colin.king@canonical.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
-rw-r--r-- | arch/x86/kernel/cpu/intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c index 6106d11ceb6b..b9693b80fc21 100644 --- 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) | |||
540 | if (mktme_status != MKTME_UNINITIALIZED) { | 540 | if (mktme_status != MKTME_UNINITIALIZED) { |
541 | if (tme_activate != tme_activate_cpu0) { | 541 | if (tme_activate != tme_activate_cpu0) { |
542 | /* Broken BIOS? */ | 542 | /* Broken BIOS? */ |
543 | pr_err_once("x86/tme: configuation is inconsistent between CPUs\n"); | 543 | pr_err_once("x86/tme: configuration is inconsistent between CPUs\n"); |
544 | pr_err_once("x86/tme: MKTME is not usable\n"); | 544 | pr_err_once("x86/tme: MKTME is not usable\n"); |
545 | mktme_status = MKTME_DISABLED; | 545 | mktme_status = MKTME_DISABLED; |
546 | 546 | ||