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

Commit eaeb8e76 authored by Colin Ian King's avatar Colin Ian King Committed by Ingo Molnar
Browse files

x86/cpu/tme: Fix spelling: "configuation" -> "configuration"



Trivial fix to spelling mistake in the pr_err_once() error message text.

Signed-off-by: default avatarColin 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: default avatarIngo Molnar <mingo@kernel.org>
parent 07344b15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: configuration is inconsistent between CPUs\n");
			pr_err_once("x86/tme: MKTME is not usable\n");
			mktme_status = MKTME_DISABLED;