Re: [PATCH 2/8] powerpc: replace `__attribute' by `__attribute__'

2008-04-01 Thread Paul Mackerras
Roel Kluin writes: > replace `__attribute' by `__attribute__' Why? Your commit message doesn't give any motivation. Paul. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH 2/8] powerpc: replace `__attribute' by `__attribute__'

2008-04-01 Thread Sam Ravnborg
On Tue, Apr 01, 2008 at 07:31:01PM +0200, Roel Kluin wrote: > replace `__attribute' by `__attribute__' > > Signed-off-by: Roel Kluin <[EMAIL PROTECTED]> > --- > diff --git a/arch/powerpc/platforms/iseries/main_store.h > b/arch/powerpc/platforms/iseries/main_store.h > index 1a7a3f5..976b23e 100644

[PATCH 2/8] powerpc: replace `__attribute' by `__attribute__'

2008-04-01 Thread Roel Kluin
replace `__attribute' by `__attribute__' Signed-off-by: Roel Kluin <[EMAIL PROTECTED]> --- diff --git a/arch/powerpc/platforms/iseries/main_store.h b/arch/powerpc/platforms/iseries/main_store.h index 1a7a3f5..976b23e 100644 --- a/arch/powerpc/platforms/iseries/main_store.h +++ b/arch/powerpc/plat