cgroup/cpuset: fix a few kernel-doc warnings & coding style
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 8 Jan 2023 02:12:17 +0000 (18:12 -0800)
committerTejun Heo <tj@kernel.org>
Tue, 10 Jan 2023 22:28:17 +0000 (12:28 -1000)
commit32a47817d07557ffca9992964c514fd79bda6fba
tree4a8ce68a94603338e9c6373c96a162de1c2e2b97
parent980660cae7994ab03b31b2a32940c70e8421fc99
cgroup/cpuset: fix a few kernel-doc warnings & coding style

Fix kernel-doc notation warnings:

kernel/cgroup/cpuset.c:1309: warning: Excess function parameter 'cpuset' description in 'update_parent_subparts_cpumask'
kernel/cgroup/cpuset.c:3909: warning: expecting prototype for cpuset_mem_spread_node(). Prototype was for cpuset_spread_node() instead

Also drop a blank line before EXPORT_SYMBOL_GPL() to be consistent
with kernel coding style.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Waiman Long <longman@redhat.com>
Cc: Zefan Li <lizefan.x@bytedance.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: cgroups@vger.kernel.org
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cpuset.c