[PATCH sched_ext/for-6.12-fixes] sched_ext: Add a missing newline at the end of an error message

Tejun Heo posted 1 patch 2 weeks, 4 days ago
kernel/sched/ext.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH sched_ext/for-6.12-fixes] sched_ext: Add a missing newline at the end of an error message
Posted by Tejun Heo 2 weeks, 4 days ago
Signed-off-by: Tejun Heo <tj@kernel.org>
---
Applying to sched_ext/for-6.12-fixes.

Thanks.

 kernel/sched/ext.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/kernel/sched/ext.c
+++ b/kernel/sched/ext.c
@@ -5225,7 +5225,7 @@ static int scx_ops_enable(struct sched_e
 
 	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;
 	}