[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-5f817d676b7b7ac4a29f5ed93063ae7a24550c12@git.kernel.org>
Date: Thu, 21 Jul 2011 18:29:18 GMT
From: tip-bot for Jan Schoenherr <schnhrr@...tu-berlin.de>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
a.p.zijlstra@...llo.nl, schnhrr@...tu-berlin.de,
tglx@...utronix.de, mingo@...e.hu
Subject: [tip:sched/core] sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'
Commit-ID: 5f817d676b7b7ac4a29f5ed93063ae7a24550c12
Gitweb: http://git.kernel.org/tip/5f817d676b7b7ac4a29f5ed93063ae7a24550c12
Author: Jan Schoenherr <schnhrr@...tu-berlin.de>
AuthorDate: Wed, 13 Jul 2011 20:13:31 +0200
Committer: Ingo Molnar <mingo@...e.hu>
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@...tu-berlin.de>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Link: http://lkml.kernel.org/r/1310580816-10861-2-git-send-email-schnhrr@cs.tu-berlin.de
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists