]> Git Repo - linux.git/commitdiff
x86/cpu/tme: Fix spelling: "configuation" -> "configuration"
authorColin Ian King <[email protected]>
Tue, 13 Mar 2018 15:47:09 +0000 (15:47 +0000)
committerIngo 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

index 6106d11ceb6bbba5961d3e27b62c16056261b652..b9693b80fc219c74b29800d226777de3e6f3130e 100644 (file)
@@ -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;
 
This page took 0.056649 seconds and 4 git commands to generate.