diff options
| author | Liang Luo <luoliang@kylinos.cn> | 2026-07-24 16:08:24 +0800 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-07-23 23:20:52 -1000 |
| commit | c509d81070263f4bade65e217c5c397399837f4b (patch) | |
| tree | ff6890abb3e22c5056ce9c5573ac911a7fa9dd0d /tools/perf/scripts/python/libxed.py | |
| parent | 94ca9591108a948649ad1ba5c069ae632f16b917 (diff) | |
sched_ext: Fix incorrect SCX_PICK_IDLE_CPU_* flag prefix in kernel-doc
The flags passed to the pick-idle kfuncs are values from the
scx_pick_idle_cpu_flags enum, whose members are prefixed
SCX_PICK_IDLE_ (SCX_PICK_IDLE_CORE, SCX_PICK_IDLE_IN_NODE).
Three kernel-doc comments in idle.c erroneously used
%SCX_PICK_IDLE_CPU_* which does not correspond to any defined flag
name, while the adjacent scx_bpf_pick_idle_cpu_node() correctly
documents %SCX_PICK_IDLE_*.
Fix the three occurrences to use the correct SCX_PICK_IDLE_* prefix.
Signed-off-by: Liang Luo <luoliang@kylinos.cn>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
