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

2021-02-09 Thread Peter Zijlstra
On Wed, Feb 10, 2021 at 11:46:25AM +0800, Jiapeng Chong wrote: > Fix the following coccicheck warning: Please fix your robot or find yourself in the 'special' mailbox. 2b076054e524 ("remove boolinit.cocci")

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

2021-02-09 Thread Jiapeng Chong
Fix the following coccicheck warning: kernel/sched/autogroup.h:46:8-9: WARNING: return of 0/1 in function 'task_group_is_autogroup' with return type bool. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- kernel/sched/autogroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)