projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c31f2ee
)
sched_ext: Add a missing newline at the end of an error message
author
Tejun Heo
<tj@kernel.org>
Tue, 5 Nov 2024 21:45:24 +0000
(11:45 -1000)
committer
Tejun Heo
<tj@kernel.org>
Tue, 5 Nov 2024 21:45:24 +0000
(11:45 -1000)
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c
patch
|
blob
|
history
diff --git
a/kernel/sched/ext.c
b/kernel/sched/ext.c
index 74344a43ccf12f2e91b599a8c1a779729db97a3c..3bdb08fc2056aa7341442831b4d7fd0f0055a5dc 100644
(file)
--- 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;
}