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

From: Satoru Takeuchi
Date: Thu Sep 07 2006 - 01:23:19 EST


Fixing wrong comment for find_idlest_cpu().

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@xxxxxxxxxxxxxx>

---
Index: linux-2.6.18-rc6/kernel/sched.c
===================================================================
--- linux-2.6.18-rc6.orig/kernel/sched.c 2006-09-06 11:15:13.000000000 +0900
+++ linux-2.6.18-rc6/kernel/sched.c 2006-09-07 13:36:18.000000000 +0900
@@ -1222,7 +1222,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)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/