Re: [PATCH] ARM:kernel: beautify code, using 'static const' instead of 'const static'

2013-03-10 Thread Chen Gang
于 2013年03月11日 09:26, Rob Herring 写道: > On 03/09/2013 07:59 PM, Chen Gang wrote: >> > >> > better using 'static const' instead of 'const static' >> > >> > Signed-off-by: Chen Gang >> > --- >> > arch/arm/kernel/smp_twd.c |2 +- >> > 1 files changed, 1 insertions(+), 1 deletions(-) >> > >>

Re: [PATCH] ARM:kernel: beautify code, using 'static const' instead of 'const static'

2013-03-10 Thread Rob Herring
On 03/09/2013 07:59 PM, Chen Gang wrote: > > better using 'static const' instead of 'const static' > > Signed-off-by: Chen Gang > --- > arch/arm/kernel/smp_twd.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/kernel/smp_twd.c

Re: [PATCH] ARM:kernel: beautify code, using 'static const' instead of 'const static'

2013-03-10 Thread Rob Herring
On 03/09/2013 07:59 PM, Chen Gang wrote: better using 'static const' instead of 'const static' Signed-off-by: Chen Gang gang.c...@asianux.com --- arch/arm/kernel/smp_twd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/kernel/smp_twd.c

Re: [PATCH] ARM:kernel: beautify code, using 'static const' instead of 'const static'

2013-03-10 Thread Chen Gang
于 2013年03月11日 09:26, Rob Herring 写道: On 03/09/2013 07:59 PM, Chen Gang wrote: better using 'static const' instead of 'const static' Signed-off-by: Chen Gang gang.c...@asianux.com --- arch/arm/kernel/smp_twd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[PATCH] ARM:kernel: beautify code, using 'static const' instead of 'const static'

2013-03-09 Thread Chen Gang
better using 'static const' instead of 'const static' Signed-off-by: Chen Gang --- arch/arm/kernel/smp_twd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/kernel/smp_twd.c b/arch/arm/kernel/smp_twd.c index 3f25650..ef3e499 100644 ---

[PATCH] ARM:kernel: beautify code, using 'static const' instead of 'const static'

2013-03-09 Thread Chen Gang
better using 'static const' instead of 'const static' Signed-off-by: Chen Gang gang.c...@asianux.com --- arch/arm/kernel/smp_twd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/kernel/smp_twd.c b/arch/arm/kernel/smp_twd.c index 3f25650..ef3e499 100644 ---