Commit 461819ac authored by Hui Kang's avatar Hui Kang Committed by Ingo Molnar

sched_fair: Fix a typo in the comment describing update_sd_lb_stats

Signed-off-by: default avatarHui Kang <hkang.sunysb@gmail.com>
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1318388459-4427-1-git-send-email-hkang.sunysb@gmail.comSigned-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent cf5f0acf
...@@ -3588,7 +3588,7 @@ static bool update_sd_pick_busiest(struct sched_domain *sd, ...@@ -3588,7 +3588,7 @@ static bool update_sd_pick_busiest(struct sched_domain *sd,
} }
/** /**
* update_sd_lb_stats - Update sched_group's statistics for load balancing. * update_sd_lb_stats - Update sched_domain's statistics for load balancing.
* @sd: sched_domain whose statistics are to be updated. * @sd: sched_domain whose statistics are to be updated.
* @this_cpu: Cpu for which load balance is currently performed. * @this_cpu: Cpu for which load balance is currently performed.
* @idle: Idle status of this_cpu * @idle: Idle status of this_cpu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment