* [PATCH TRIVIAL] sched/fair: Fix typo describing flags in enqueue_entity
@ 2013-06-27 5:54 Kamalesh Babulal
2013-06-27 9:03 ` [tip:sched/core] " tip-bot for Kamalesh Babulal
0 siblings, 1 reply; 2+ messages in thread
From: Kamalesh Babulal @ 2013-06-27 5:54 UTC (permalink / raw)
To: linux-kernel; +Cc: peterz, mingo, kamalesh
Fix spelling of 'calling' in description of se flags in enqueue_entity().
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
---
kernel/sched/fair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index c0ac2c3..04517bb 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -1730,7 +1730,7 @@ enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags)
{
/*
* Update the normalized vruntime before updating min_vruntime
- * through callig update_curr().
+ * through calling update_curr().
*/
if (!(flags & ENQUEUE_WAKEUP) || (flags & ENQUEUE_WAKING))
se->vruntime += cfs_rq->min_vruntime;
--
1.7.11.6
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:sched/core] sched/fair: Fix typo describing flags in enqueue_entity
2013-06-27 5:54 [PATCH TRIVIAL] sched/fair: Fix typo describing flags in enqueue_entity Kamalesh Babulal
@ 2013-06-27 9:03 ` tip-bot for Kamalesh Babulal
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Kamalesh Babulal @ 2013-06-27 9:03 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, kamalesh, tglx
Commit-ID: 0fc576d592bd137437fdeb059738b789e642b744
Gitweb: http://git.kernel.org/tip/0fc576d592bd137437fdeb059738b789e642b744
Author: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
AuthorDate: Thu, 27 Jun 2013 11:24:18 +0530
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 27 Jun 2013 10:18:25 +0200
sched/fair: Fix typo describing flags in enqueue_entity
Fix spelling of 'calling' in description of se flags in
enqueue_entity().
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Cc: peterz@infradead.org
Link: http://lkml.kernel.org/r/20130627055418.GA18582@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
kernel/sched/fair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index b43474a..f77f9c5 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -1760,7 +1760,7 @@ enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags)
{
/*
* Update the normalized vruntime before updating min_vruntime
- * through callig update_curr().
+ * through calling update_curr().
*/
if (!(flags & ENQUEUE_WAKEUP) || (flags & ENQUEUE_WAKING))
se->vruntime += cfs_rq->min_vruntime;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-27 9:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27 5:54 [PATCH TRIVIAL] sched/fair: Fix typo describing flags in enqueue_entity Kamalesh Babulal
2013-06-27 9:03 ` [tip:sched/core] " tip-bot for Kamalesh Babulal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome