Re: [PATCH 01/10] arch/powerpc: Fix continuation line formats

2010-02-07 Thread Benjamin Herrenschmidt
On Mon, 2010-02-01 at 10:30 -0800, Joe Perches wrote: > 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 Perche

Re: [PATCH 01/10] arch/powerpc: Fix continuation line formats

2010-02-01 Thread Joe Perches
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.

Re: [PATCH 01/10] arch/powerpc: Fix continuation line formats

2010-01-31 Thread Benjamin Herrenschmidt
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 ? A minor glitch below tho... > --- > arch/powerpc/kernel/nvram_64.c

[PATCH 01/10] arch/powerpc: Fix continuation line formats

2010-01-31 Thread Joe Perches
String constants that are continued on subsequent lines with \ are not good. Signed-off-by: Joe Perches --- arch/powerpc/kernel/nvram_64.c |6 +++--- arch/powerpc/platforms/pseries/hotplug-cpu.c |8 arch/powerpc/platforms/pseries/smp.c |4 ++-- 3 files