aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorHui Kang <hkang.sunysb@gmail.com>2011-10-11 23:00:59 -0400
committerIngo Molnar <mingo@elte.hu>2011-11-14 06:50:34 -0500
commit461819ac8ee950ce027c72a066156a3df9e60c7e (patch)
tree56f6c312adfdf826e9d57b797a9e101b9ff3ab31 /kernel
parentcf5f0acf3935c91379e709a71ecf68805d366659 (diff)
sched_fair: Fix a typo in the comment describing update_sd_lb_stats
Signed-off-by: Hui Kang <hkang.sunysb@gmail.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1318388459-4427-1-git-send-email-hkang.sunysb@gmail.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched_fair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
index aba20f495188..7e51b5bb27cc 100644
--- a/kernel/sched_fair.c
+++ b/kernel/sched_fair.c
@@ -3588,7 +3588,7 @@ static bool update_sd_pick_busiest(struct sched_domain *sd,
3588} 3588}
3589 3589
3590/** 3590/**
3591 * update_sd_lb_stats - Update sched_group's statistics for load balancing. 3591 * update_sd_lb_stats - Update sched_domain's statistics for load balancing.
3592 * @sd: sched_domain whose statistics are to be updated. 3592 * @sd: sched_domain whose statistics are to be updated.
3593 * @this_cpu: Cpu for which load balance is currently performed. 3593 * @this_cpu: Cpu for which load balance is currently performed.
3594 * @idle: Idle status of this_cpu 3594 * @idle: Idle status of this_cpu