LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] sched: fix typo in error message
@ 2018-04-25 5:41 Li Bin
2018-04-25 6:30 ` Mike Galbraith
2018-04-25 7:06 ` Peter Zijlstra
0 siblings, 2 replies; 3+ messages in thread
From: Li Bin @ 2018-04-25 5:41 UTC (permalink / raw)
To: Ingo Molnar, Peter Zijlstra; +Cc: linux-kernel, guohanjun, huawei.libin
Signed-off-by: Li Bin <huawei.libin@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 64cc564..cf15c1c 100644
--- a/kernel/sched/topology.c
+++ b/kernel/sched/topology.c
@@ -1618,7 +1618,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);
--
1.7.12.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sched: fix typo in error message
2018-04-25 5:41 [PATCH] sched: fix typo in error message Li Bin
@ 2018-04-25 6:30 ` Mike Galbraith
2018-04-25 7:06 ` Peter Zijlstra
1 sibling, 0 replies; 3+ messages in thread
From: Mike Galbraith @ 2018-04-25 6:30 UTC (permalink / raw)
To: Li Bin, Ingo Molnar, Peter Zijlstra; +Cc: linux-kernel, guohanjun
On Wed, 2018-04-25 at 13:41 +0800, Li Bin wrote:
> Signed-off-by: Li Bin <huawei.libin@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 64cc564..cf15c1c 100644
> --- a/kernel/sched/topology.c
> +++ b/kernel/sched/topology.c
> @@ -1618,7 +1618,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");
That's not a typo, it's a kernel-speak synonym, as are "borked",
b0rked", "b0rken", "busted", "hosed", and lord knows how many other
colorful variants. Non-native English speakers beware.
-Mike
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sched: fix typo in error message
2018-04-25 5:41 [PATCH] sched: fix typo in error message Li Bin
2018-04-25 6:30 ` Mike Galbraith
@ 2018-04-25 7:06 ` Peter Zijlstra
1 sibling, 0 replies; 3+ messages in thread
From: Peter Zijlstra @ 2018-04-25 7:06 UTC (permalink / raw)
To: Li Bin; +Cc: Ingo Molnar, linux-kernel, guohanjun
Again.. if only people would use google, they'd find at least 3 other
people having tried this patch :/
On Wed, Apr 25, 2018 at 01:41:40PM +0800, Li Bin wrote:
> - pr_err("BUG: arch topology borken\n");
> + pr_err("BUG: arch topology broken\n");
Not a typo:
https://www.urbandictionary.com/define.php?term=borken
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-25 7:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-25 5:41 [PATCH] sched: fix typo in error message Li Bin
2018-04-25 6:30 ` Mike Galbraith
2018-04-25 7:06 ` Peter Zijlstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).