Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752128AbZGVJuO (ORCPT ); Wed, 22 Jul 2009 05:50:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751679AbZGVJuO (ORCPT ); Wed, 22 Jul 2009 05:50:14 -0400 Received: from cantor.suse.de ([195.135.220.2]:39258 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751639AbZGVJuN (ORCPT ); Wed, 22 Jul 2009 05:50:13 -0400 Date: Wed, 22 Jul 2009 11:50:12 +0200 (CEST) From: Jiri Kosina X-X-Sender: jkosina@wotan.suse.de To: Michael Tokarev Cc: Linux Kernel Subject: Re: [resend, trivial] fix missing printk space In-Reply-To: <20090721191414.2F50912B5F@gandalf.tls.msk.ru> Message-ID: References: <20090721191414.2F50912B5F@gandalf.tls.msk.ru> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1046 Lines: 32 On Tue, 21 Jul 2009, Michael Tokarev wrote: > 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 > > 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)) You forgot Signed-off-by: line. Please resend with it, and I will queue it in the trivial tree if noone else picks it up. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/