On Thu, Feb 04, 2021 at 07:00:54PM +0100, Lukas Bulwahn wrote: > this patchset was motivated by new warnings with make htmldocs appearing on > linux-next in the last week. > > Please apply this on top of your latest work in fs on top of the mount user > namespace refactoring, cf. the commits referred in the individual commit > messages. > > > Lukas Bulwahn (5): > fs: turn some comments into kernel-doc > fs: update kernel-doc for vfs_rename() > fs: update kernel-doc for may_create_in_sticky() > fs: update kernel-doc for vfs_tmpfile() > fs: update kernel-doc for new mnt_userns argument > > fs/libfs.c | 1 + > fs/namei.c | 13 ++----------- > fs/xattr.c | 2 ++ > include/linux/fs.h | 17 ++++++++++++++--- > 4 files changed, 19 insertions(+), 14 deletions(-) Thanks for fixing this up, Lukas. Randy has fixed some of my missing comment updates as well so we only needed > fs: turn some comments into kernel-doc > fs: update kernel-doc for vfs_rename() Christian