cgroup/cpuset: fix kernel-doc
Add kernel-doc of param @rotor to fix warnings: kernel/cgroup/cpuset.c:4162: warning: Function parameter or member 'rotor' not described in 'cpuset_spread_node' kernel/cgroup/cpuset.c:3771: warning: Function parameter or member 'work' not described in 'cpuset_hotplug_workfn' Signed-off-by: Cai Xinchen <caixinchen1@huawei.com> Acked-by: Waiman Long <longman@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
55a5956a55
commit
05f76ae95e
|
@ -3753,6 +3753,7 @@ unlock:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cpuset_hotplug_workfn - handle CPU/memory hotunplug for a cpuset
|
* cpuset_hotplug_workfn - handle CPU/memory hotunplug for a cpuset
|
||||||
|
* @work: unused
|
||||||
*
|
*
|
||||||
* This function is called after either CPU or memory configuration has
|
* This function is called after either CPU or memory configuration has
|
||||||
* changed and updates cpuset accordingly. The top_cpuset is always
|
* changed and updates cpuset accordingly. The top_cpuset is always
|
||||||
|
@ -4135,6 +4136,7 @@ bool cpuset_node_allowed(int node, gfp_t gfp_mask)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cpuset_spread_node() - On which node to begin search for a page
|
* cpuset_spread_node() - On which node to begin search for a page
|
||||||
|
* @rotor: round robin rotor
|
||||||
*
|
*
|
||||||
* If a task is marked PF_SPREAD_PAGE or PF_SPREAD_SLAB (as for
|
* If a task is marked PF_SPREAD_PAGE or PF_SPREAD_SLAB (as for
|
||||||
* tasks in a cpuset with is_spread_page or is_spread_slab set),
|
* tasks in a cpuset with is_spread_page or is_spread_slab set),
|
||||||
|
|
Loading…
Reference in New Issue