Skip to content

Commit

Permalink
[PATCH] sched: fixing wrong comment for find_idlest_cpu()
Browse files Browse the repository at this point in the history
Fixing wrong comment for find_idlest_cpu().

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Satoru Takeuchi authored and Linus Torvalds committed Oct 3, 2006
1 parent 89c4710 commit 0feaece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ find_idlest_group(struct sched_domain *sd, struct task_struct *p, int this_cpu)
}

/*
* find_idlest_queue - find the idlest runqueue among the cpus in group.
* find_idlest_cpu - find the idlest cpu among the cpus in group.
*/
static int
find_idlest_cpu(struct sched_group *group, struct task_struct *p, int this_cpu)
Expand Down

0 comments on commit 0feaece

Please sign in to comment.