From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 0A5F567B24 for ; Wed, 7 Jun 2006 12:24:47 +1000 (EST) Date: Tue, 6 Jun 2006 19:24:12 -0700 To: Benjamin Herrenschmidt Subject: Re: [PATCH] powerpc: Add udbg-immortal kernel option Message-ID: <20060607022412.GA5661@pb15.lixom.net> References: <1149645981.27572.96.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1149645981.27572.96.camel@localhost.localdomain> From: Olof Johansson Cc: linuxppc-dev list , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jun 07, 2006 at 12:06:20PM +1000, Benjamin Herrenschmidt wrote: > return; > + if (strstr(saved_command_line, "udbg-immortal")) { > + printk(KERN_INFO "early console immortal !\n"); > + return; > + } So it's YOU who add spaces before punctuation all over arch/powerpc! Please fix. ;-) -Olof