Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751841AbWIGF0V (ORCPT ); Thu, 7 Sep 2006 01:26:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751842AbWIGF0V (ORCPT ); Thu, 7 Sep 2006 01:26:21 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:44737 "EHLO fgwmail7.fujitsu.co.jp") by vger.kernel.org with ESMTP id S1751841AbWIGF0U (ORCPT ); Thu, 7 Sep 2006 01:26:20 -0400 Date: Thu, 07 Sep 2006 14:26:56 +0900 Message-ID: <87d5a8jlgf.wl%takeuchi_satoru@jp.fujitsu.com> From: Satoru Takeuchi To: Ingo Molnar Cc: Linux Kernel Subject: [PATCH] sched: fixing wrong comment for find_idlest_cpu() User-Agent: Wanderlust/2.11.30 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.4 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 895 Lines: 23 Fixing wrong comment for find_idlest_cpu(). Signed-off-by: Satoru Takeuchi --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/