From: Tejun Heo Date: Tue, 5 Nov 2024 21:45:24 +0000 (-1000) Subject: sched_ext: Add a missing newline at the end of an error message X-Git-Tag: v6.12~13^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7d1b585e1533e26801c13569b96b84b2ad2d3c1;p=platform%2Fkernel%2Flinux-amlogic.git sched_ext: Add a missing newline at the end of an error message Signed-off-by: Tejun Heo --- diff --git a/kernel/sched/ext.c b/kernel/sched/ext.c index 74344a43ccf1..3bdb08fc2056 100644 --- a/kernel/sched/ext.c +++ b/kernel/sched/ext.c @@ -4974,7 +4974,7 @@ static int scx_ops_enable(struct sched_ext_ops *ops, struct bpf_link *link) if (!cpumask_equal(housekeeping_cpumask(HK_TYPE_DOMAIN), cpu_possible_mask)) { - pr_err("sched_ext: Not compatible with \"isolcpus=\" domain isolation"); + pr_err("sched_ext: Not compatible with \"isolcpus=\" domain isolation\n"); return -EINVAL; }