Re: [PATCH] sched/fair: Use true and false for bool variable

2021-02-18 Thread Steven Rostedt
On Thu, 18 Feb 2021 18:10:11 +0800 Jiapeng Chong wrote: > Fix the following coccicheck warnings: > > ./kernel/sched/fair.c:9504:9-10: WARNING: return of 0/1 in function > 'voluntary_active_balance' with return type bool. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong > --- > ker

Re: [PATCH] sched/fair: Use true and false for bool variable

2021-02-18 Thread Peter Zijlstra
On Thu, Feb 18, 2021 at 06:10:11PM +0800, Jiapeng Chong wrote: > Fix the following coccicheck warnings: > > ./kernel/sched/fair.c:9504:9-10: WARNING: return of 0/1 in function > 'voluntary_active_balance' with return type bool. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong You an