public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched/topology: Fix a spelling typo in message.
@ 2023-09-29 13:33 Masanari Iida
  2023-09-29 13:48 ` Peter Zijlstra
  0 siblings, 1 reply; 3+ messages in thread
From: Masanari Iida @ 2023-09-29 13:33 UTC (permalink / raw)
  To: linux-kernel, mingo, peterz, vschneid; +Cc: Masanari Iida

This patch fixes a spelling typo in toloplogy.c

Signed-off-by: Masanari Iida <standby24x7@gmail.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-29 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-29 13:33 [PATCH] sched/topology: Fix a spelling typo in message Masanari Iida
2023-09-29 13:48 ` Peter Zijlstra
2023-09-29 14:49   ` Phil Auld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox