projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b972fc3
)
sched: Fix a trivial typo in comments
author
Shigeru Yoshida
<shigeru.yoshida@gmail.com>
Sun, 17 Nov 2013 03:12:36 +0000
(12:12 +0900)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 19 Nov 2013 16:01:18 +0000
(17:01 +0100)
Fix a trivial typo in rq_attach_root().
Signed-off-by: Shigeru Yoshida <shigeru.yoshida@gmail.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link:
http://lkml.kernel.org/r/20131117.121236.1990617639803941055.shigeru.yoshida@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c
patch
|
blob
|
history
diff --git
a/kernel/sched/core.c
b/kernel/sched/core.c
index a1591ca7eb5ad9eadd13312ab55f5cfdfa3c40b7..718730dd0480d99e69d2a15f00b78b9e6aa20d17 100644
(file)
--- a/
kernel/sched/core.c
+++ b/
kernel/sched/core.c
@@
-4762,7
+4762,7
@@
static void rq_attach_root(struct rq *rq, struct root_domain *rd)
cpumask_clear_cpu(rq->cpu, old_rd->span);
/*
- * If we dont want to free the old_r
t
yet then
+ * If we dont want to free the old_r
d
yet then
* set old_rd to NULL to skip the freeing later
* in this function:
*/