All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] sched/topology: Fix a spelling mistake in error message
@ 2021-05-26  2:18 Zhen Lei
  2021-05-26  2:32 ` Randy Dunlap
  2021-05-26  6:51 ` Ingo Molnar
  0 siblings, 2 replies; 8+ messages in thread
From: Zhen Lei @ 2021-05-26  2:18 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra, Juri Lelli, Vincent Guittot,
	Dietmar Eggemann, Steven Rostedt, Ben Segall, Mel Gorman,
	Daniel Bristot de Oliveira, linux-kernel
  Cc: Zhen Lei

The misspelled word 'borken' should be 'broken'.

Fixes: 6ae72dff3759 ("sched: Robustify topology setup")
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.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 55a0a243e871..80295e224442 100644
--- a/kernel/sched/topology.c
+++ b/kernel/sched/topology.c
@@ -1937,7 +1937,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.25.1



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

end of thread, other threads:[~2021-05-27  1:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26  2:18 [PATCH 1/1] sched/topology: Fix a spelling mistake in error message Zhen Lei
2021-05-26  2:32 ` Randy Dunlap
2021-05-26  2:42   ` Leizhen (ThunderTown)
2021-05-26  6:52     ` Ingo Molnar
2021-05-27  1:57       ` Leizhen (ThunderTown)
2021-05-26  6:57     ` Peter Zijlstra
2021-05-26  8:28       ` Leizhen (ThunderTown)
2021-05-26  6:51 ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.