Re: [PATCH] fs: anon_inodes: rephrase to appropriate kernel-doc

2021-01-15 Thread Paul Moore
On Fri, Jan 15, 2021 at 7:03 AM Lukas Bulwahn wrote: > > 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 f

[PATCH] fs: anon_inodes: rephrase to appropriate kernel-doc

2021-01-15 Thread Lukas Bulwahn
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 ---