diff options
author | Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> | 2013-10-13 23:06:15 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-10-14 09:22:55 +0200 |
commit | ed1b7732868035990f07aeb532b1d86272ea909e (patch) | |
tree | 981975df505488fbebbcd1c45cea00eaa29bd806 /kernel | |
parent | 62e947cb0cd27c392aabe732c64f5023e272cf0e (diff) | |
download | linux-ed1b7732868035990f07aeb532b1d86272ea909e.tar.gz linux-ed1b7732868035990f07aeb532b1d86272ea909e.tar.bz2 linux-ed1b7732868035990f07aeb532b1d86272ea909e.zip |
sched/fair: Fix trivial typos in comments
- 'load_icx' => 'load_idx'
- 'calculcate_imbalance' => 'calculate_imbalance'
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Cc: peterz@infradead.org
Link: http://lkml.kernel.org/r/1381685775-3544-1-git-send-email-kamalesh@linux.vnet.ibm.com
[ Also, don't capitalize 'idle' unnecessarily. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sched/fair.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 82746796578d..4aa0b10889d0 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -5206,7 +5206,7 @@ static inline void init_sd_lb_stats(struct sd_lb_stats *sds) /** * get_sd_load_idx - Obtain the load index for a given sched domain. * @sd: The sched_domain whose load_idx is to be obtained. - * @idle: The Idle status of the CPU for whose sd load_icx is obtained. + * @idle: The idle status of the CPU for whose sd load_idx is obtained. * * Return: The load index. */ @@ -5412,7 +5412,7 @@ fix_small_capacity(struct sched_domain *sd, struct sched_group *group) * moving tasks due to affinity constraints. * * When this is so detected; this group becomes a candidate for busiest; see - * update_sd_pick_busiest(). And calculcate_imbalance() and + * update_sd_pick_busiest(). And calculate_imbalance() and * find_busiest_group() avoid some of the usual balance conditions to allow it * to create an effective group imbalance. * |