[PATCH] sched_ext: Fix several comment issues
sched_ext 子系统内有四处注释引用了过期甚至拼写错误的函数名(__setschduler_prio、__setscheduler_prio、scx_iter_scx_dsq_new、scx_next_task_scx)。本 patch 不改动任何运行时代码,仅把这四处注释替换为当前真实存在的 __setscheduler_class()、bpf_iter_scx_dsq_new()、set_next_task_scx()。Reviewer 用 grep 验证旧拼写仅命中本 patch 触达的行,并提示 changelog 列出 3 个改名但实际改了 4 处,因为两种错误拼写对应同一过期...