From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.perches.com (mail.perches.com [173.55.12.10]) by ozlabs.org (Postfix) with ESMTP id 1D049B7D67 for ; Tue, 2 Feb 2010 05:30:40 +1100 (EST) Subject: Re: [PATCH 01/10] arch/powerpc: Fix continuation line formats From: Joe Perches To: Benjamin Herrenschmidt In-Reply-To: <1264990574.8287.15.camel@pasglop> References: <1264990574.8287.15.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Date: Mon, 01 Feb 2010 10:30:37 -0800 Message-ID: <1265049037.25140.301.camel@Joe-Laptop.home> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2010-02-01 at 13:16 +1100, Benjamin Herrenschmidt wrote: > On Sun, 2010-01-31 at 12:02 -0800, Joe Perches wrote: > > String constants that are continued on subsequent lines with \ > > are not good. > > Signed-off-by: Joe Perches > You want me to take that in the powerpc tree ? Yes please. > A minor glitch below tho... > > @@ -349,7 +349,7 @@ static int __init nvram_create_os_partition(void) > > rc = ppc_md.nvram_write((char *)&seq_init, sizeof(seq_init), &tmp_index); > > if (rc <= 0) { > > printk(KERN_ERR "nvram_create_os_partition: nvram_write " > > - "failed (%d)\n", rc); > > + "failed (%d)\n", rc); > > return rc; > > } > > The above is objectionable :-) Can you drop that section or do you need another patch?