diff options
author | Jan Schoenherr <[email protected]> | 2011-07-13 20:13:31 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2011-07-21 18:01:48 +0200 |
commit | 5f817d676b7b7ac4a29f5ed93063ae7a24550c12 (patch) | |
tree | 5d8c29ac72afb80627ef547f3fa961314494cfe9 | |
parent | 9763b67fb9f3050c6da739105888327587c30c4d (diff) |
sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'
This patch fixes a typo located in a comment.
Signed-off-by: Jan Schoenherr <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 474f341d6f91..3b3826ebe793 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -8362,7 +8362,7 @@ static inline void unregister_fair_sched_group(struct task_group *tg, int cpu) list_del_leaf_cfs_rq(tg->cfs_rq[cpu]); raw_spin_unlock_irqrestore(&rq->lock, flags); } -#else /* !CONFG_FAIR_GROUP_SCHED */ +#else /* !CONFIG_FAIR_GROUP_SCHED */ static inline void free_fair_sched_group(struct task_group *tg) { } |