From: Michael Tokarev <mjt@tls.msk.ru>
To: Jiri Kosina <jkosina@suse.cz>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [resend, trivial] fix missing printk space
Date: Wed, 22 Jul 2009 17:50:23 +0400 [thread overview]
Message-ID: <4A67191F.3040501@msgid.tls.msk.ru> (raw)
In-Reply-To: <alpine.LNX.2.00.0907221149450.11648@wotan.suse.de>
This trivial patch fixes one missing space in printk.
I already fixed it about half a year ago or more, but
the change (in arch/x86/kernel/cpu/smpboot.c at that
time) didn't made into mainline yet.
Thanks.
/mjt
Signed-Off-By: Michael Tokarev <mjt@tls.msk.ru>
index 28e5f59..6c139ed 100644
--- a/arch/x86/kernel/cpu/amd.c
+++ b/arch/x86/kernel/cpu/amd.c
@@ -185,3 +185,3 @@ static void __cpuinit amd_k7_smp_check(struct cpuinfo_x86 *c)
WARN_ONCE(1, "WARNING: This combination of AMD"
- "processors is not suitable for SMP.\n");
+ " processors is not suitable for SMP.\n");
if (!test_taint(TAINT_UNSAFE_SMP))
next prev parent reply other threads:[~2009-07-22 13:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 19:14 [resend, trivial] fix missing printk space Michael Tokarev
2009-07-22 9:50 ` Jiri Kosina
2009-07-22 13:50 ` Michael Tokarev [this message]
2009-07-22 23:19 ` Jiri Kosina
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=4A67191F.3040501@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.