]> git.baikalelectronics.ru Git - kernel.git/commit
cpuset: Fix kernel-doc
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 16 Feb 2022 03:17:53 +0000 (11:17 +0800)
committerTejun Heo <tj@kernel.org>
Tue, 22 Feb 2022 19:49:49 +0000 (09:49 -1000)
commitcba1d7096314e305f8526f3403ba7c8beb94d789
tree45ae3b4d39f6a453ffc06c3f3e94b04ed563aced
parent2da2602e3fd6c6fe35bfadd22ff2038d3d1156be
cpuset: Fix kernel-doc

Fix the following W=1 kernel warnings:

kernel/cgroup/cpuset.c:3718: warning: expecting prototype for
cpuset_memory_pressure_bump(). Prototype was for
__cpuset_memory_pressure_bump() instead.

kernel/cgroup/cpuset.c:3568: warning: expecting prototype for
cpuset_node_allowed(). Prototype was for __cpuset_node_allowed()
instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cpuset.c