[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-579deee571a755c485ad702ef82c77a98a2ccc05@git.kernel.org>
Date: Tue, 24 Feb 2015 02:31:39 -0800
From: tip-bot for Yannick Guerrini <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, mingo@...nel.org, linux-kernel@...r.kernel.org,
tglx@...utronix.de, yguerrini@...shardware.fr
Subject: [tip:x86/urgent] x86/platform/intel-mid:
Fix trivial printk message typo in intel_mid_arch_setup()
Commit-ID: 579deee571a755c485ad702ef82c77a98a2ccc05
Gitweb: http://git.kernel.org/tip/579deee571a755c485ad702ef82c77a98a2ccc05
Author: Yannick Guerrini <yguerrini@...shardware.fr>
AuthorDate: Mon, 23 Feb 2015 17:52:38 +0100
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Tue, 24 Feb 2015 08:52:37 +0100
x86/platform/intel-mid: Fix trivial printk message typo in intel_mid_arch_setup()
Change 'Uknown' to 'Unknown'
Signed-off-by: Yannick Guerrini <yguerrini@...shardware.fr>
Cc: trivial@...nel.org
Link: http://lkml.kernel.org/r/1424710358-10140-1-git-send-email-yguerrini@tomshardware.fr
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/platform/intel-mid/intel-mid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/platform/intel-mid/intel-mid.c b/arch/x86/platform/intel-mid/intel-mid.c
index 1bbedc4..3005f0c 100644
--- a/arch/x86/platform/intel-mid/intel-mid.c
+++ b/arch/x86/platform/intel-mid/intel-mid.c
@@ -130,7 +130,7 @@ static void intel_mid_arch_setup(void)
intel_mid_ops = get_intel_mid_ops[__intel_mid_cpu_chip]();
else {
intel_mid_ops = get_intel_mid_ops[INTEL_MID_CPU_CHIP_PENWELL]();
- pr_info("ARCH: Uknown SoC, assuming PENWELL!\n");
+ pr_info("ARCH: Unknown SoC, assuming PENWELL!\n");
}
out:
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists