Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752606AbZIXNj1 (ORCPT ); Thu, 24 Sep 2009 09:39:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752180AbZIXNj0 (ORCPT ); Thu, 24 Sep 2009 09:39:26 -0400 Received: from hera.kernel.org ([140.211.167.34]:53766 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752105AbZIXNj0 (ORCPT ); Thu, 24 Sep 2009 09:39:26 -0400 Subject: [PATCH] sched: fix htmldocs sched.c From: Jaswinder Singh Rajput To: Andrew Morton , Steven Rostedt , Peter Zijlstra , Ingo Molnar , Randy Dunlap , LKML Content-Type: text/plain Date: Thu, 24 Sep 2009 19:08:50 +0530 Message-Id: <1253799530.10654.7.camel@ht.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1566 Lines: 45 fix the following htmldocs warnings: Warning(kernel/sched.c:685): No description found for parameter 'cpu' Warning(kernel/sched.c:3676): No description found for parameter 'sd' Signed-off-by: Jaswinder Singh Rajput Cc: Andrew Morton Cc: Steven Rostedt Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Randy Dunlap --- kernel/sched.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/sched.c b/kernel/sched.c index 2f76e06..f0d1375 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -676,6 +676,7 @@ inline void update_rq_clock(struct rq *rq) /** * runqueue_is_locked + * @cpu: the processor in question. * * Returns true if the current cpu runqueue is locked. * This interface allows printk to be called with the runqueue lock @@ -3658,6 +3659,7 @@ static void update_group_power(struct sched_domain *sd, int cpu) /** * update_sg_lb_stats - Update sched_group's statistics for load balancing. + * @sd: The sched_domain whose statistics are to be updated. * @group: sched_group whose statistics are to be updated. * @this_cpu: Cpu for which load balance is currently performed. * @idle: Idle status of this_cpu -- 1.6.0.6 -- 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/