sched_ext: Fix scx_bpf_reenqueue_local() reference
authorChristian Loehle <christian.loehle@arm.com>
Tue, 8 Jul 2025 16:12:51 +0000 (17:12 +0100)
committerTejun Heo <tj@kernel.org>
Thu, 17 Jul 2025 18:17:26 +0000 (08:17 -1000)
commitae96bba1ca0000ebb3f3ced64c9367e2a223d69e
treec7e5b289ee95dd0157402c60bc5cf40cf39b2a2a
parent4ecf83741401c70d4420588ee1f3b1ca04ef58d5
sched_ext: Fix scx_bpf_reenqueue_local() reference

The comment mentions bpf_scx_reenqueue_local(), but the function
is provided for the BPF program implementing scx, as such the
naming convention is scx_bpf_reenqueue_local(), fix the comment.

Signed-off-by: Christian Loehle <christian.loehle@arm.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c