Commit-ID: 5f817d676b7b7ac4a29f5ed93063ae7a24550c12 Gitweb: http://git.kernel.org/tip/5f817d676b7b7ac4a29f5ed93063ae7a24550c12 Author: Jan Schoenherr <schnhrr@xxxxxxxxxxxxxxx> AuthorDate: Wed, 13 Jul 2011 20:13:31 +0200 Committer: Ingo Molnar <mingo@xxxxxxx> CommitDate: Thu, 21 Jul 2011 18:01:48 +0200 sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED' This patch fixes a typo located in a comment. Signed-off-by: Jan Schoenherr <schnhrr@xxxxxxxxxxxxxxx> Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Link: http://lkml.kernel.org/r/1310580816-10861-2-git-send-email-schnhrr@xxxxxxxxxxxxxxx Signed-off-by: Ingo Molnar <mingo@xxxxxxx> --- kernel/sched.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/sched.c b/kernel/sched.c index 474f341..3b3826e 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) { } -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |