Skip to content

Commit

Permalink
sched_fair: Fix a typo in the comment describing update_sd_lb_stats
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hui Kang authored and Ingo Molnar committed Nov 14, 2011
1 parent cf5f0ac commit 461819a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* @this_cpu: Cpu for which load balance is currently performed.
* @idle: Idle status of this_cpu
Expand Down

0 comments on commit 461819a

Please sign in to comment.