]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: use correct function name in pick_task_scx() warning message
authorHonglei Wang <jameshongleiwang@126.com>
Thu, 10 Oct 2024 03:34:05 +0000 (11:34 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 10 Oct 2024 16:35:28 +0000 (06:35 -1000)
commitc425180d888e7d346d3b574a62a91932bca8797f
tree97bc7cf68441bf09508f57f5b49bfa61b85de2cf
parent7941b83bceb374c7e81061e0ebb45cd45f3e3517
sched_ext: use correct function name in pick_task_scx() warning message

pick_next_task_scx() was turned into pick_task_scx() since
commit 753e2836d139 ("sched_ext: Unify regular and core-sched pick
task paths"). Update the outdated message.

Signed-off-by: Honglei Wang <jameshongleiwang@126.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c