diff options
author | Shigeru Yoshida <shigeru.yoshida@gmail.com> | 2013-11-16 22:12:36 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-11-19 11:01:18 -0500 |
commit | 0515973ffb16c2852a1bb1df2ca1456556faaaa5 (patch) | |
tree | 5044cf2d0c4ecc8034fe6a33b884092bff384764 /kernel | |
parent | b972fc308c2763096b61b62169f2167ee0ca5a19 (diff) |
sched: Fix a trivial typo in comments
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>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sched/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c index a1591ca7eb5a..718730dd0480 100644 --- 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) | |||
4762 | cpumask_clear_cpu(rq->cpu, old_rd->span); | 4762 | cpumask_clear_cpu(rq->cpu, old_rd->span); |
4763 | 4763 | ||
4764 | /* | 4764 | /* |
4765 | * If we dont want to free the old_rt yet then | 4765 | * If we dont want to free the old_rd yet then |
4766 | * set old_rd to NULL to skip the freeing later | 4766 | * set old_rd to NULL to skip the freeing later |
4767 | * in this function: | 4767 | * in this function: |
4768 | */ | 4768 | */ |