]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: Fix kernel-doc
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 26 May 2021 02:49:09 +0000 (10:49 +0800)
committerTejun Heo <tj@kernel.org>
Fri, 4 Jun 2021 14:51:07 +0000 (10:51 -0400)
commit6542a9b9b525b3cb6c9f942a38dea6d8409c1fc0
tree1b24e8d8160e9ca11575f313cf222282987a2e21
parentceb7195ce24010a7148cd2113f60a19f973c330b
cgroup: Fix kernel-doc

Fix function name in cgroup.c and rstat.c kernel-doc comment
to remove these warnings found by clang_w1.

kernel/cgroup/cgroup.c:2401: warning: expecting prototype for
cgroup_taskset_migrate(). Prototype was for cgroup_migrate_execute()
instead.
kernel/cgroup/rstat.c:233: warning: expecting prototype for
cgroup_rstat_flush_begin(). Prototype was for cgroup_rstat_flush_hold()
instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Fixes: 'commit 1e91be1b5b47 ("cgroup: track migration context in cgroup_mgctx")'
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cgroup.c
kernel/cgroup/rstat.c