Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755632AbZGVNwx (ORCPT ); Wed, 22 Jul 2009 09:52:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755067AbZGVNwx (ORCPT ); Wed, 22 Jul 2009 09:52:53 -0400 Received: from isrv.corpit.ru ([81.13.33.159]:52312 "EHLO isrv.corpit.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755546AbZGVNww (ORCPT ); Wed, 22 Jul 2009 09:52:52 -0400 Message-ID: <4A67191F.3040501@msgid.tls.msk.ru> Date: Wed, 22 Jul 2009 17:50:23 +0400 From: Michael Tokarev User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Jiri Kosina CC: Linux Kernel Subject: Re: [resend, trivial] fix missing printk space References: <20090721191414.2F50912B5F@gandalf.tls.msk.ru> In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 866 Lines: 26 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 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)) -- 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/