[PATCH] sched: fixing wrong comment for find_idlest_cpu()

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>
This commit is contained in:
Satoru Takeuchi 2006-10-03 01:14:10 -07:00 committed by Linus Torvalds
parent 89c4710ee9
commit 0feaece977
1 changed files with 1 additions and 1 deletions

View File

@ -1232,7 +1232,7 @@ nextgroup:
}
/*
* 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)