]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
sched_ext: Normalize exit dump header to "on CPU N"
authorCheng-Yang Chou <yphbchou0911@gmail.com>
Mon, 4 May 2026 16:08:19 +0000 (00:08 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 4 May 2026 21:00:38 +0000 (11:00 -1000)
Unify to uppercase to match the UEI output.

Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c

index 4287654c746fa63235eebc132cd48c29ae4e4e52..966a846c213c30a90013e2b3f9138d5b8892db38 100644 (file)
@@ -6447,7 +6447,7 @@ static void scx_dump_state(struct scx_sched *sch, struct scx_exit_info *ei,
                dump_line(&s, "Debug dump triggered by %s", ei->reason);
        } else {
                if (ei->exit_cpu >= 0)
-                       dump_line(&s, "%s[%d] triggered exit kind %d on cpu %d:",
+                       dump_line(&s, "%s[%d] triggered exit kind %d on CPU %d:",
                                  current->comm, current->pid, ei->kind,
                                  ei->exit_cpu);
                else