[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180313154709.1015-1-colin.king@canonical.com>
Date: Tue, 13 Mar 2018 15:47:09 +0000
From: Colin King <colin.king@...onical.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H . Peter Anvin" <hpa@...or.com>, x86@...nel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH][next] x86/tme: fix spelling mistake: "configuation" -> "configuration"
From: Colin Ian King <colin.king@...onical.com>
Trivial fix to spelling mistake in pr_err_once error message text.
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
arch/x86/kernel/cpu/intel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c
index b862067bb33c..e86d622592f5 100644
--- a/arch/x86/kernel/cpu/intel.c
+++ b/arch/x86/kernel/cpu/intel.c
@@ -541,7 +541,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;
--
2.15.1
Powered by blists - more mailing lists