Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965133AbWLTPbs (ORCPT ); Wed, 20 Dec 2006 10:31:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965134AbWLTPbs (ORCPT ); Wed, 20 Dec 2006 10:31:48 -0500 Received: from vervifontaine.sonytel.be ([80.88.33.193]:44082 "EHLO vervifontaine.sonycom.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S965133AbWLTPbs (ORCPT ); Wed, 20 Dec 2006 10:31:48 -0500 X-Greylist: delayed 1918 seconds by postgrey-1.27 at vger.kernel.org; Wed, 20 Dec 2006 10:31:48 EST Date: Wed, 20 Dec 2006 15:59:48 +0100 (CET) From: Geert Uytterhoeven To: Linus Torvalds , Andrew Morton cc: Linux Kernel Development Subject: [PATCH] __set_irq_handler bogus space Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1210 Lines: 33 __set_irq_handler: Kill a bogus space Signed-off-by: Geert Uytterhoeven --- kernel/irq/chip.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- ps3-linux-src.orig/kernel/irq/chip.c +++ ps3-linux-src/kernel/irq/chip.c @@ -520,7 +520,7 @@ __set_irq_handler(unsigned int irq, irq_ if (desc->chip == &no_irq_chip) { printk(KERN_WARNING "Trying to install %sinterrupt handler " - "for IRQ%d\n", is_chained ? "chained " : " ", irq); + "for IRQ%d\n", is_chained ? "chained " : "", irq); /* * Some ARM implementations install a handler for really dumb * interrupt hardware without setting an irq_chip. This worked Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- Sony Network and Software Technology Center Europe (NSCE) Geert.Uytterhoeven@sonycom.com ------- The Corporate Village, Da Vincilaan 7-D1 Voice +32-2-7008453 Fax +32-2-7008622 ---------------- B-1935 Zaventem, Belgium - 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/