[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230929133345.259360-1-standby24x7@gmail.com>
Date: Fri, 29 Sep 2023 22:33:45 +0900
From: Masanari Iida <standby24x7@...il.com>
To: linux-kernel@...r.kernel.org, mingo@...hat.com,
peterz@...radead.org, vschneid@...hat.com
Cc: Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] sched/topology: Fix a spelling typo in message.
This patch fixes a spelling typo in toloplogy.c
Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
kernel/sched/topology.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/topology.c b/kernel/sched/topology.c
index a7b50bba7829..1a993844ba24 100644
--- a/kernel/sched/topology.c
+++ b/kernel/sched/topology.c
@@ -2305,7 +2305,7 @@ static struct sched_domain *build_sched_domain(struct sched_domain_topology_leve
if (!cpumask_subset(sched_domain_span(child),
sched_domain_span(sd))) {
- pr_err("BUG: arch topology borken\n");
+ pr_err("BUG: arch topology broken\n");
#ifdef CONFIG_SCHED_DEBUG
pr_err(" the %s domain not a subset of the %s domain\n",
child->name, sd->name);
--
2.41.0
Powered by blists - more mailing lists