Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1504558

[PATCH] sched: correct a typo

From Chao Gao <chao.gao@intel.com>
Newsgroups linux.kernel
Subject [PATCH] sched: correct a typo
Date 2016-10-20 09:20 +0200
Message-ID <sufNT-4mC-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


correct a typo.

Signed-off-by: Chao Gao <chao.gao@intel.com>
---
 kernel/sched/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 94732d1..02f8f9a 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -6976,7 +6976,7 @@ struct sched_domain *build_sched_domain(struct sched_domain_topology_level *tl,
 
 		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.8.3.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] sched: correct a typo Chao Gao <chao.gao@intel.com> - 2016-10-20 09:20 +0200
  Re: [PATCH] sched: correct a typo Ingo Molnar <mingo@kernel.org> - 2016-10-20 09:30 +0200

csiph-web