All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched/topology: Fix a typo in pr_err()
@ 2021-03-08  9:24 Yicong Yang
  2021-03-08 11:32 ` Peter Zijlstra
  0 siblings, 1 reply; 3+ messages in thread
From: Yicong Yang @ 2021-03-08  9:24 UTC (permalink / raw)
  To: mingo, peterz, juri.lelli, vincent.guittot
  Cc: linux-kernel, linuxarm, yangyicong

Fix a typo 'borken' to 'broken' in pr_err().

Signed-off-by: Yicong Yang <yangyicong@hisilicon.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 09d3504..c42e388 100644
--- a/kernel/sched/topology.c
+++ b/kernel/sched/topology.c
@@ -1906,7 +1906,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.8.1


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

* Re: [PATCH] sched/topology: Fix a typo in pr_err()
  2021-03-08  9:24 [PATCH] sched/topology: Fix a typo in pr_err() Yicong Yang
@ 2021-03-08 11:32 ` Peter Zijlstra
  2021-03-08 11:59   ` Yicong Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Zijlstra @ 2021-03-08 11:32 UTC (permalink / raw)
  To: Yicong Yang; +Cc: mingo, juri.lelli, vincent.guittot, linux-kernel, linuxarm

On Mon, Mar 08, 2021 at 05:24:56PM +0800, Yicong Yang wrote:
> Fix a typo 'borken' to 'broken' in pr_err().

It was not a typo..

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

* Re: [PATCH] sched/topology: Fix a typo in pr_err()
  2021-03-08 11:32 ` Peter Zijlstra
@ 2021-03-08 11:59   ` Yicong Yang
  0 siblings, 0 replies; 3+ messages in thread
From: Yicong Yang @ 2021-03-08 11:59 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: mingo, juri.lelli, vincent.guittot, linux-kernel, linuxarm

On 2021/3/8 19:32, Peter Zijlstra wrote:
> On Mon, Mar 08, 2021 at 05:24:56PM +0800, Yicong Yang wrote:
>> Fix a typo 'borken' to 'broken' in pr_err().
> 
> It was not a typo..
> 

got it already. terribly sorry to bother and please ignore this.

> .
> 


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

end of thread, other threads:[~2021-03-08 12:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08  9:24 [PATCH] sched/topology: Fix a typo in pr_err() Yicong Yang
2021-03-08 11:32 ` Peter Zijlstra
2021-03-08 11:59   ` Yicong Yang

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.