[PATCH] sched/topology: Fix typo in build_sched_domain()

Gavin Shan posted 1 patch 3 years, 11 months ago
kernel/sched/topology.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] sched/topology: Fix typo in build_sched_domain()
Posted by Gavin Shan 3 years, 11 months ago
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
Re: [PATCH] sched/topology: Fix typo in build_sched_domain()
Posted by Peter Zijlstra 3 years, 11 months ago
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.