]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cgroup_misc: add kernel-doc comments for enum misc_res_type
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 1 Jul 2024 23:49:37 +0000 (16:49 -0700)
committerTejun Heo <tj@kernel.org>
Tue, 2 Jul 2024 17:12:20 +0000 (07:12 -1000)
commit7a4479680d7fd05c7a3efa87b41f421af48fbbdf
treeea2c1d4897c238b67b9d24d56b64a0e535dbd27c
parent1c0be3f7b2f0dcca5dd237233f02a44e7af8c23a
cgroup_misc: add kernel-doc comments for enum misc_res_type

Fully document enum misc_res_type with kernel-doc comments to prevent
kernel-doc warnings:

misc_cgroup.h:12: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * Types of misc cgroup entries supported by the host.
misc_cgroup.h:12: warning: missing initial short description on line:
 * Types of misc cgroup entries supported by the host.

Fixes: a72232eabdfc ("cgroup: Add misc cgroup controller")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: cgroups@vger.kernel.org
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/misc_cgroup.h