summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorLiang Luo <luoliang@kylinos.cn>2026-08-19 11:12:44 +0800
committerTejun Heo <tj@kernel.org>2026-08-19 10:04:11 -1000
commit4fb8d6379d2c7ceecb2b3e111954d29089d59492 (patch)
tree7be1dcacd3307f93ae5cdd324b6ef8a00bf2e7de /scripts/objdiff
parent5f01293930d18f8473681b378bb483b7087fc0dd (diff)
downloadlinux-next-4fb8d6379d2c7ceecb2b3e111954d29089d59492.tar.gz
linux-next-4fb8d6379d2c7ceecb2b3e111954d29089d59492.zip
sched_ext: Fix nonexistent field in sched-ext.rst example
The ops.exit() example in sched-ext.rst reads ei->type, but struct scx_exit_info has never had a type field - the exit reason is exposed as ei->kind since the struct was introduced. A scheduler written following the example fails to compile with error: no member named 'type' in 'struct scx_exit_info' Use ei->kind. Fixes: fa48e8d2c7b5 ("sched_ext: Documentation: scheduler: Document extensible scheduler class") Signed-off-by: Liang Luo <luoliang@kylinos.cn> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions