]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipe: policy_fs: fix kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 11 Jan 2025 06:33:18 +0000 (22:33 -0800)
committerFan Wu <wufan@kernel.org>
Mon, 24 Mar 2025 20:36:00 +0000 (13:36 -0700)
commit6df401a2ee4a91f4fd1095507d6f461f1082d814
tree94b5c638202618f1831ee11d0684f5d9352aa6f8
parent38fec10eb60d687e30c8c6b5420d86e8149f7557
ipe: policy_fs: fix kernel-doc warnings

Use the "struct" keyword in kernel-doc when describing struct
ipefs_file. Add kernel-doc for the struct members also.

Don't use kernel-doc notation for 'policy_subdir'. kernel-doc does
not support documentation comments for data definitions.

This eliminates multiple kernel-doc warnings:

security/ipe/policy_fs.c:21: warning: cannot understand function prototype: 'struct ipefs_file '
security/ipe/policy_fs.c:407: warning: cannot understand function prototype: 'const struct ipefs_file policy_subdir[] = '

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Fan Wu <wufan@kernel.org>
Cc: Paul Moore <paul@paul-moore.com>
Cc: James Morris <jmorris@namei.org>
Cc: Serge E. Hallyn <serge@hallyn.com>
Cc: linux-security-module@vger.kernel.org
Signed-off-by: Fan Wu <wufan@kernel.org>
security/ipe/policy_fs.c