[PATCH] sched/topology: Fix a spelling typo in message.

Masanari Iida posted 1 patch 2 years, 4 months ago
kernel/sched/topology.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] sched/topology: Fix a spelling typo in message.
Posted by Masanari Iida 2 years, 4 months ago
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
Re: [PATCH] sched/topology: Fix a spelling typo in message.
Posted by Peter Zijlstra 2 years, 4 months ago
On Fri, Sep 29, 2023 at 10:33:45PM +0900, Masanari Iida wrote:
> This patch fixes a spelling typo in toloplogy.c

Please, google before sending patches, this is not a typo. Your spell
checker is broken for not including humour.
Re: [PATCH] sched/topology: Fix a spelling typo in message.
Posted by Phil Auld 2 years, 4 months ago
On Fri, Sep 29, 2023 at 03:48:37PM +0200 Peter Zijlstra wrote:
> On Fri, Sep 29, 2023 at 10:33:45PM +0900, Masanari Iida wrote:
> > This patch fixes a spelling typo in toloplogy.c
> 
> Please, google before sending patches, this is not a typo. Your spell
> checker is broken for not including humour.
             borken


--