From: Tejun Heo <tj@kernel.org> mainline inclusion from mainline commit f7d1b585e1533e26801c13569b96b84b2ad2d3c1 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IDC9YK Reference: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commi... -------------------------------- Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Zicheng Qu <quzicheng@huawei.com> --- kernel/sched/ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/ext.c b/kernel/sched/ext.c index 7b58fdf39876..723de3a4de1a 100644 --- a/kernel/sched/ext.c +++ b/kernel/sched/ext.c @@ -4988,7 +4988,7 @@ static int scx_ops_enable(struct sched_ext_ops *ops) 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; } -- 2.34.1