Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755924Ab0BFSQr (ORCPT ); Sat, 6 Feb 2010 13:16:47 -0500 Received: from cpsmtpm-eml101.kpnxchange.com ([195.121.3.5]:60897 "EHLO CPSMTPM-EML101.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755617Ab0BFSQq (ORCPT ); Sat, 6 Feb 2010 13:16:46 -0500 From: Frans Pop To: linux-kernel@vger.kernel.org Subject: Re: [PATCH 09/16 v2] sparc: remove trailing space in messages Date: Sat, 6 Feb 2010 19:16:43 +0100 User-Agent: KMail/1.9.9 Cc: sparclinux@vger.kernel.org, "David S. Miller" References: <201002061844.45212.elendil@planet.nl> <1265478443-31072-9-git-send-email-elendil@planet.nl> In-Reply-To: <1265478443-31072-9-git-send-email-elendil@planet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201002061916.44473.elendil@planet.nl> X-OriginalArrivalTime: 06 Feb 2010 18:16:45.0180 (UTC) FILETIME=[8A3E9BC0:01CAA758] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2629 Lines: 72 Also fixes a typo in one message. Signed-off-by: Frans Pop Cc: sparclinux@vger.kernel.org Cc: David S. Miller --- arch/sparc/kernel/leon_kernel.c | 2 +- arch/sparc/kernel/leon_smp.c | 4 ++-- arch/sparc/kernel/sun4d_smp.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) Change relative to v1: - spelling correction in first chunk (with thanks to Josip Rodin) P.S. I like the "whirrr, whirrr, whirrrrrrrrr..." :-) diff --git a/arch/sparc/kernel/leon_kernel.c b/arch/sparc/kernel/leon_kernel.c index 87f1760..771072b 100644 --- a/arch/sparc/kernel/leon_kernel.c +++ b/arch/sparc/kernel/leon_kernel.c @@ -124,7 +124,7 @@ void __init leon_init_timers(irq_handler_t counter_fn) if (!(LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->config) & (1<mpstatus)); @@ -226,7 +226,7 @@ int __cpuinit leon_boot_one_cpu(int i) break; udelay(200); } - printk(KERN_INFO "Started CPU %d \n", (unsigned int)i); + printk(KERN_INFO "Started CPU %d\n", (unsigned int)i); if (!(cpu_callin_map[i])) { printk(KERN_ERR "Processor %d is stuck.\n", i); diff --git a/arch/sparc/kernel/sun4d_smp.c b/arch/sparc/kernel/sun4d_smp.c index 68791ca..482f2ab 100644 --- a/arch/sparc/kernel/sun4d_smp.c +++ b/arch/sparc/kernel/sun4d_smp.c @@ -194,7 +194,7 @@ int __cpuinit smp4d_boot_one_cpu(int i) smp_penguin_ctable.reg_size = 0; /* whirrr, whirrr, whirrrrrrrrr... */ - SMP_PRINTK(("Starting CPU %d at %p \n", i, entry)); + SMP_PRINTK(("Starting CPU %d at %p\n", i, entry)); local_flush_cache_all(); prom_startcpu(cpu_node, &smp_penguin_ctable, 0, (char *)entry); -- 1.6.6.1 -- 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/