[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130627055418.GA18582@linux.vnet.ibm.com>
Date: Thu, 27 Jun 2013 11:24:18 +0530
From: Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: peterz@...radead.org, mingo@...nel.org, kamalesh@...ux.vnet.ibm.com
Subject: [PATCH TRIVIAL] 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@...ux.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
--
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