提交 73486722 编写于 作者: R Randy Dunlap 提交者: Linus Torvalds

kernel-doc: fix sched.c missing parameter

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: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 03b88384
...@@ -7035,6 +7035,7 @@ static int find_next_best_node(int node, nodemask_t *used_nodes) ...@@ -7035,6 +7035,7 @@ static int find_next_best_node(int node, nodemask_t *used_nodes)
/** /**
* sched_domain_node_span - get a cpumask for a node's sched_domain * sched_domain_node_span - get a cpumask for a node's sched_domain
* @node: node whose cpumask we're constructing * @node: node whose cpumask we're constructing
* @span: resulting cpumask
* *
* Given a node, construct a good cpumask for its sched_domain to span. It * 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 * should be one that prevents unnecessary balancing, but also spreads tasks
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册