Re: [PATCH v5 2/2] sched/rt, dl: Convert functions to return bool

From: Steven Rostedt
Date: Tue Jun 04 2024 - 12:29:55 EST


On Tue, 4 Jun 2024 15:42:28 +0100
Qais Yousef <qyousef@xxxxxxxxxxx> wrote:

> {rt, realtime, dl}_{task, prio}() functions return value is actually
> a bool. Convert their return type to reflect that.
>
> Suggested-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>
> Signed-off-by: Qais Yousef <qyousef@xxxxxxxxxxx>
> ---
> include/linux/sched/deadline.h | 8 +++-----
> include/linux/sched/rt.h | 16 ++++++----------
> 2 files changed, 9 insertions(+), 15 deletions(-)

Reviewed-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>

-- Steve