[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0804221006160.4897@shark.he.net>
Date: Tue, 22 Apr 2008 10:07:22 -0700 (PDT)
From: "Randy.Dunlap" <rdunlap@...otime.net>
To: linux-kernel@...r.kernel.org
cc: torvalds@...ux-foundation.org, mingo@...hat.com
Subject: [PATCH] kernel-doc: fix sched.c missing parameter
From: Randy Dunlap <randy.dunlap@...cle.com>
Add missing kernel-doc in kernel/sched.c:
Warning(linux-2.6.25-git3//kernel/sched.c:7044): No description found for parameter 'span'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
kernel/sched.c | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.25-git3.orig/kernel/sched.c
+++ linux-2.6.25-git3/kernel/sched.c
@@ -7035,6 +7035,7 @@ static int find_next_best_node(int node,
/**
* sched_domain_node_span - get a cpumask for a node's sched_domain
* @node: node whose cpumask we're constructing
+ * @span: resulting cpumask
*
* Given a node, construct a good cpumask for its sched_domain to span. It
* should be one that prevents unnecessary balancing, but also spreads tasks
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists