Commit f7d1b585 authored by Tejun Heo's avatar Tejun Heo
Browse files

sched_ext: Add a missing newline at the end of an error message



Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent c31f2ee5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}