Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758232AbXKTBu7 (ORCPT ); Mon, 19 Nov 2007 20:50:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756381AbXKTBs7 (ORCPT ); Mon, 19 Nov 2007 20:48:59 -0500 Received: from DSL022.labridge.com ([206.117.136.22]:2045 "EHLO perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756117AbXKTBsz (ORCPT ); Mon, 19 Nov 2007 20:48:55 -0500 From: Joe Perches To: linux-kernel@vger.kernel.org Cc: Paul Mackerras , linuxppc-dev@ozlabs.org Subject: [PATCH 04/59] arch/ppc: Add missing "space" Date: Mon, 19 Nov 2007 17:47:56 -0800 Message-Id: <1195523331-15303-5-git-send-email-joe@perches.com> X-Mailer: git-send-email 1.5.3.6.728.gea559 In-Reply-To: <1195523331-15303-4-git-send-email-joe@perches.com> References: 1234567 <1195523331-15303-1-git-send-email-joe@perches.com> <1195523331-15303-2-git-send-email-joe@perches.com> <1195523331-15303-3-git-send-email-joe@perches.com> <1195523331-15303-4-git-send-email-joe@perches.com> Message-Id: <351afce2b8242a88389176a36d5bf75935385fdd.1195454434.git.joe@perches.com> In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1135 Lines: 36 Signed-off-by: Joe Perches --- arch/ppc/platforms/ev64260.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/ppc/platforms/ev64260.c b/arch/ppc/platforms/ev64260.c index 976270d..c1f77e1 100644 --- a/arch/ppc/platforms/ev64260.c +++ b/arch/ppc/platforms/ev64260.c @@ -336,7 +336,7 @@ ev64260_early_serial_map(void) #endif if (early_serial_setup(&port) != 0) - printk(KERN_WARNING "Early serial init of port 0" + printk(KERN_WARNING "Early serial init of port 0 " "failed\n"); first_time = 0; @@ -388,7 +388,7 @@ ev64260_setup_arch(void) ev64260_early_serial_map(); #endif - printk(KERN_INFO "%s %s port (C) 2001 MontaVista Software, Inc." + printk(KERN_INFO "%s %s port (C) 2001 MontaVista Software, Inc. " "(source@mvista.com)\n", BOARD_VENDOR, BOARD_MACHINE); if (ppc_md.progress) -- 1.5.3.5.652.gf192c - 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/