All of lore.kernel.org
 help / color / mirror / Atom feed
* [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 related	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.