The patch titled sched: fixing wrong comment for find_idlest_cpu() has been added to the -mm tree. Its filename is sched-fixing-wrong-comment-for-find_idlest_cpu.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sched: fixing wrong comment for find_idlest_cpu() From: Satoru Takeuchi <takeuchi_satoru@xxxxxxxxxxxxxx> Fixing wrong comment for find_idlest_cpu(). Signed-off-by: Satoru Takeuchi <takeuchi_satoru@xxxxxxxxxxxxxx> Acked-by: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/sched.c~sched-fixing-wrong-comment-for-find_idlest_cpu kernel/sched.c --- a/kernel/sched.c~sched-fixing-wrong-comment-for-find_idlest_cpu +++ a/kernel/sched.c @@ -1224,7 +1224,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) _ Patches currently in -mm which might be from takeuchi_satoru@xxxxxxxxxxxxxx are sched-fixing-wrong-comment-for-find_idlest_cpu.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html