mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sched/topology: Fix typo in build_sched_domain()
@ 2022-05-24  8:07 Gavin Shan
  2022-05-24 11:04 ` Peter Zijlstra
  0 siblings, 1 reply; 2+ messages in thread
From: Gavin Shan @ 2022-05-24  8:07 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, peterz, juri.lelli, vincent.guittot, dietmar.eggemann,
	rostedt, bsegall, mgorman, bristot, shan.gavin, zhenyzha

In build_sched_domain(), it seems that "borken" is misspelled. To
correct it with "broken".

Signed-off-by: Gavin Shan <gshan@redhat.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 810750e62118..b1d4f059bc04 100644
--- a/kernel/sched/topology.c
+++ b/kernel/sched/topology.c
@@ -2166,7 +2166,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.23.0


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

* Re: [PATCH] sched/topology: Fix typo in build_sched_domain()
  2022-05-24  8:07 [PATCH] sched/topology: Fix typo in build_sched_domain() Gavin Shan
@ 2022-05-24 11:04 ` Peter Zijlstra
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Zijlstra @ 2022-05-24 11:04 UTC (permalink / raw)
  To: Gavin Shan
  Cc: linux-kernel, mingo, juri.lelli, vincent.guittot,
	dietmar.eggemann, rostedt, bsegall, mgorman, bristot, shan.gavin,
	zhenyzha

On Tue, May 24, 2022 at 04:07:33PM +0800, Gavin Shan wrote:
> In build_sched_domain(), it seems that "borken" is misspelled. To
> correct it with "broken".

I hereby award you the 'I cannot google' award.

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

end of thread, other threads:[~2022-05-24 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24  8:07 [PATCH] sched/topology: Fix typo in build_sched_domain() Gavin Shan
2022-05-24 11:04 ` Peter Zijlstra

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

Powered by JetHome