summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2024-11-06 00:45:24 +0300
committerTejun Heo <tj@kernel.org>2024-11-06 00:45:24 +0300
commitf7d1b585e1533e26801c13569b96b84b2ad2d3c1 (patch)
treeee536ac8b4703f0eb561723b31ce71057c42fd54
parentc31f2ee5cd7da3086eb4fbeef9f3afdc8e01d36b (diff)
downloadlinux-f7d1b585e1533e26801c13569b96b84b2ad2d3c1.tar.xz
sched_ext: Add a missing newline at the end of an error message
Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r--kernel/sched/ext.c2
1 files changed, 1 insertions, 1 deletions
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;
}