Re: [PATCH] sched/fair: fix boolreturn.cocci warning

From: Steven Rostedt
Date: Tue Dec 14 2021 - 10:52:25 EST


On Tue, 14 Dec 2021 07:24:34 -0800
Joe Perches <joe@xxxxxxxxxxx> wrote:

> Perhaps it is more a change for consistency than a fix for correctness.
>
> $ git grep -P 'return\s+(?:true|false)' kernel/sched/ | wc -l
> 209

As with those other changes, it should be fixed when the function is
updated. No need to add the churn now.

-- Steve