diff options
author | Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> | 2013-06-27 01:54:18 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-06-27 04:18:25 -0400 |
commit | 0fc576d592bd137437fdeb059738b789e642b744 (patch) | |
tree | 157098ef74ef023430a701fee4463e6e4ab51678 | |
parent | 939fd731eb88a0cdd9058d0b0143563172a217d7 (diff) |
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>
-rw-r--r-- | kernel/sched/fair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index b43474a964c2..f77f9c527449 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) | |||
1760 | { | 1760 | { |
1761 | /* | 1761 | /* |
1762 | * Update the normalized vruntime before updating min_vruntime | 1762 | * Update the normalized vruntime before updating min_vruntime |
1763 | * through callig update_curr(). | 1763 | * through calling update_curr(). |
1764 | */ | 1764 | */ |
1765 | if (!(flags & ENQUEUE_WAKEUP) || (flags & ENQUEUE_WAKING)) | 1765 | if (!(flags & ENQUEUE_WAKEUP) || (flags & ENQUEUE_WAKING)) |
1766 | se->vruntime += cfs_rq->min_vruntime; | 1766 | se->vruntime += cfs_rq->min_vruntime; |