From: Satoru Takeuchi Date: Tue, 3 Oct 2006 08:14:10 +0000 (-0700) Subject: [PATCH] sched: fixing wrong comment for find_idlest_cpu() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0feaece97795c4c775a3c732c045706eda28d0e5;p=deliverable%2Flinux.git [PATCH] sched: fixing wrong comment for find_idlest_cpu() Fixing wrong comment for find_idlest_cpu(). Signed-off-by: Satoru Takeuchi Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/sched.c b/kernel/sched.c index 0a5e814cc618..fec97e4e196d 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -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)