Commit 6c89574
committed
sched_ext: Fix scx_bpf_reenqueue_local() reference
JIRA: https://issues.redhat.com/browse/RHEL-111810
commit ae96bba
Author: Christian Loehle <christian.loehle@arm.com>
Date: Tue Jul 8 17:12:51 2025 +0100
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>
Signed-off-by: Phil Auld <pauld@redhat.com>1 parent f467de3 commit 6c89574
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
887 | | - | |
| 887 | + | |
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
| |||
0 commit comments