Skip to content

Commit f7d1b58

Browse files
committed
sched_ext: Add a missing newline at the end of an error message
Signed-off-by: Tejun Heo <[email protected]>
1 parent c31f2ee commit f7d1b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/sched/ext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4974,7 +4974,7 @@ static int scx_ops_enable(struct sched_ext_ops *ops, struct bpf_link *link)
49744974

49754975
if (!cpumask_equal(housekeeping_cpumask(HK_TYPE_DOMAIN),
49764976
cpu_possible_mask)) {
4977-
pr_err("sched_ext: Not compatible with \"isolcpus=\" domain isolation");
4977+
pr_err("sched_ext: Not compatible with \"isolcpus=\" domain isolation\n");
49784978
return -EINVAL;
49794979
}
49804980

0 commit comments

Comments
 (0)