On Tue, 4 Jun 2024 15:42:28 +0100
Qais Yousef <[email protected]> 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) <[email protected]>
> Signed-off-by: Qais Yousef <[email protected]>
> ---
> include/linux/sched/deadline.h | 8 +++-----
> include/linux/sched/rt.h | 16 ++++++----------
> 2 files changed, 9 insertions(+), 15 deletions(-)
Reviewed-by: Steven Rostedt (Google) <[email protected]>
-- Steve