2006-09-07 05:26:21

by Satoru Takeuchi

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

Fixing wrong comment for find_idlest_cpu().

Signed-off-by: Satoru Takeuchi <[email protected]>

---
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)


2006-09-07 10:19:22

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH] sched: fixing wrong comment for find_idlest_cpu()


* Satoru Takeuchi <[email protected]> wrote:

> Fixing wrong comment for find_idlest_cpu().
>
> Signed-off-by: Satoru Takeuchi <[email protected]>

Acked-by: Ingo Molnar <[email protected]>

Ingo