* [PATCH] sched/topology: Fix a typo
@ 2024-11-02 13:19 Andrew Kreimer
2024-11-04 15:46 ` Valentin Schneider
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Kreimer @ 2024-11-02 13:19 UTC (permalink / raw)
To: Ingo Molnar, Peter Zijlstra, Juri Lelli, Vincent Guittot,
Dietmar Eggemann, Steven Rostedt, Ben Segall, Mel Gorman,
Valentin Schneider
Cc: linux-kernel, kernel-janitors, Andrew Kreimer
Fix a typo: borken -> broken.
Via codespell.
Signed-off-by: Andrew Kreimer <algonell@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 9748a4c8d668..a9f4fe81a14f 100644
--- a/kernel/sched/topology.c
+++ b/kernel/sched/topology.c
@@ -2337,7 +2337,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.47.0.170.g23d289d273.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] sched/topology: Fix a typo
2024-11-02 13:19 [PATCH] sched/topology: Fix a typo Andrew Kreimer
@ 2024-11-04 15:46 ` Valentin Schneider
2024-11-04 19:58 ` Andrew Kreimer
0 siblings, 1 reply; 3+ messages in thread
From: Valentin Schneider @ 2024-11-04 15:46 UTC (permalink / raw)
To: Andrew Kreimer, Ingo Molnar, Peter Zijlstra, Juri Lelli,
Vincent Guittot, Dietmar Eggemann, Steven Rostedt, Ben Segall,
Mel Gorman
Cc: linux-kernel, kernel-janitors, Andrew Kreimer
On 02/11/24 15:19, Andrew Kreimer wrote:
> Fix a typo: borken -> broken.
>
> Via codespell.
>
Quick, hide behind this bush before Peter sees you!
https://lore.kernel.org/lkml/?q=f%3A%22peter+zijlstra%22+borken
This happens to be valid internet-speak and isn't really a typo, see
https://www.urbandictionary.com/define.php?term=borken
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sched/topology: Fix a typo
2024-11-04 15:46 ` Valentin Schneider
@ 2024-11-04 19:58 ` Andrew Kreimer
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Kreimer @ 2024-11-04 19:58 UTC (permalink / raw)
To: Valentin Schneider
Cc: Ingo Molnar, Peter Zijlstra, Juri Lelli, Vincent Guittot,
Dietmar Eggemann, Steven Rostedt, Ben Segall, Mel Gorman,
linux-kernel, kernel-janitors
On Mon, Nov 04, 2024 at 04:46:48PM +0100, Valentin Schneider wrote:
> Quick, hide behind this bush before Peter sees you!
> https://lore.kernel.org/lkml/?q=f%3A%22peter+zijlstra%22+borken
>
> This happens to be valid internet-speak and isn't really a typo, see
> https://www.urbandictionary.com/define.php?term=borken
What a dataset, my bad!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-04 19:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-02 13:19 [PATCH] sched/topology: Fix a typo Andrew Kreimer
2024-11-04 15:46 ` Valentin Schneider
2024-11-04 19:58 ` Andrew Kreimer
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).