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