]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
fs: anon_inodes: rephrase to appropriate kernel-doc
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 15 Jan 2021 12:03:42 +0000 (13:03 +0100)
committerPaul Moore <paul@paul-moore.com>
Fri, 15 Jan 2021 17:17:25 +0000 (12:17 -0500)
commit365982aba1f264dba26f0908700d62bfa046918c
treefc3875466e7f1456a5263ab8ef541959662e35cb
parentb537900f1598b67bcb8acac20da73c6e26ebbf99
fs: anon_inodes: rephrase to appropriate kernel-doc

Commit e7e832ce6fa7 ("fs: add LSM-supporting anon-inode interface") adds
more kerneldoc description, but also a few new warnings on
anon_inode_getfd_secure() due to missing parameter descriptions.

Rephrase to appropriate kernel-doc for anon_inode_getfd_secure().

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
fs/anon_inodes.c