public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Yannick Guerrini <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: hpa@zytor.com, mingo@kernel.org, linux-kernel@vger.kernel.org,
	tglx@linutronix.de, yguerrini@tomshardware.fr
Subject: [tip:x86/urgent] x86/platform/intel-mid: Fix trivial printk message typo in intel_mid_arch_setup()
Date: Tue, 24 Feb 2015 02:31:39 -0800	[thread overview]
Message-ID: <tip-579deee571a755c485ad702ef82c77a98a2ccc05@git.kernel.org> (raw)
In-Reply-To: <1424710358-10140-1-git-send-email-yguerrini@tomshardware.fr>

Commit-ID:  579deee571a755c485ad702ef82c77a98a2ccc05
Gitweb:     http://git.kernel.org/tip/579deee571a755c485ad702ef82c77a98a2ccc05
Author:     Yannick Guerrini <yguerrini@tomshardware.fr>
AuthorDate: Mon, 23 Feb 2015 17:52:38 +0100
Committer:  Ingo Molnar <mingo@kernel.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@tomshardware.fr>
Cc: trivial@kernel.org
Link: http://lkml.kernel.org/r/1424710358-10140-1-git-send-email-yguerrini@tomshardware.fr
Signed-off-by: Ingo Molnar <mingo@kernel.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:

      reply	other threads:[~2015-02-24 10:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-23 16:52 [PATCH] x86, platform: Fix trivial typo in intel_mid_arch_setup Yannick Guerrini
2015-02-24 10:31 ` tip-bot for Yannick Guerrini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tip-579deee571a755c485ad702ef82c77a98a2ccc05@git.kernel.org \
    --to=tipbot@zytor.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=yguerrini@tomshardware.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox