Re: [PATCH 2/2] kernel/stop_machine.c: remove false assignment to static

2014-05-07 Thread Fabian Frederick
On Wed, 7 May 2014 23:04:11 +0200 Peter Zijlstra wrote: > On Wed, May 07, 2014 at 10:46:56PM +0200, Fabian Frederick wrote: > > This patch also fixes function prototype over 80 characters > > And does it wrong.. Also does it really matter to GCC that we init the > bool? Surely it can see its 0 a

Re: [PATCH 2/2] kernel/stop_machine.c: remove false assignment to static

2014-05-07 Thread Peter Zijlstra
On Wed, May 07, 2014 at 10:46:56PM +0200, Fabian Frederick wrote: > This patch also fixes function prototype over 80 characters And does it wrong.. Also does it really matter to GCC that we init the bool? Surely it can see its 0 and put it in .bss anyway? > Cc: Peter Zijlstra > Cc: Andrew Morton

[PATCH 2/2] kernel/stop_machine.c: remove false assignment to static

2014-05-07 Thread Fabian Frederick
This patch also fixes function prototype over 80 characters Cc: Peter Zijlstra Cc: Andrew Morton Signed-off-by: Fabian Frederick --- kernel/stop_machine.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c index 695f0c6..8d29e