* [PATCH] sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-doc
@ 2026-07-31 2:30 luoliang
2026-08-02 20:20 ` Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: luoliang @ 2026-07-31 2:30 UTC (permalink / raw)
To: Tejun Heo
Cc: David Vernet, Andrea Righi, Changwoo Min, sched-ext, linux-kernel,
Liang Luo
From: Liang Luo <luoliang@kylinos.cn>
The kernel-doc comment for sched_ext_ops::sub_cgroup_id uses the old
@cgroup_id name, which no longer matches the struct member. This
produces two kernel-doc warnings:
Warning: struct member sub_cgroup_id not described in sched_ext_ops
Warning: Excess struct member cgroup_id description in sched_ext_ops
Update the @param name to match the actual member.
Signed-off-by: Liang Luo <luoliang@kylinos.cn>
---
kernel/sched/ext/internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/ext/internal.h b/kernel/sched/ext/internal.h
index 673059fa9d72..9145adcb9589 100644
--- a/kernel/sched/ext/internal.h
+++ b/kernel/sched/ext/internal.h
@@ -809,7 +809,7 @@ struct sched_ext_ops {
u64 hotplug_seq;
/**
- * @cgroup_id: When >1, attach the scheduler as a sub-scheduler on the
+ * @sub_cgroup_id: When >1, attach the scheduler as a sub-scheduler on the
* specified cgroup.
*/
u64 sub_cgroup_id;
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-02 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31 2:30 [PATCH] sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-doc luoliang
2026-08-02 20:20 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox