Browse Source

[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>
Satoru Takeuchi 18 years ago
parent
commit
0feaece977
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/sched.c

+ 1 - 1
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
 static int
 find_idlest_cpu(struct sched_group *group, struct task_struct *p, int this_cpu)
 find_idlest_cpu(struct sched_group *group, struct task_struct *p, int this_cpu)