[PATCH][next] x86/tme: fix spelling mistake: "configuation" -> "configuration"

2018-03-13 Thread Colin King
From: Colin Ian King 

Trivial fix to spelling mistake in pr_err_once error message text.

Signed-off-by: Colin Ian King 
---
 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



[PATCH][next] x86/tme: fix spelling mistake: "configuation" -> "configuration"

2018-03-13 Thread Colin King
From: Colin Ian King 

Trivial fix to spelling mistake in pr_err_once error message text.

Signed-off-by: Colin Ian King 
---
 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