]> git.baikalelectronics.ru Git - 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)
commit30ab135423174fd2afa8ba13c12233ae47c880f6
treefc3875466e7f1456a5263ab8ef541959662e35cb
parentd9e51b047787b989d5ec0123e7153ad0f796bd76
fs: anon_inodes: rephrase to appropriate kernel-doc

Commit 28b1ad2bc95b ("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