On Sat, 06 May 2023 23:59:27 +0530, Anuradha Weeraman wrote: > fs/open.c: In functions 'setattr_vfsuid' and 'setattr_vfsgid': > warning: Function parameter or member 'attr' not described > - Fix warning by removing kernel-doc for these as they are static > inline functions and not required to be exposed via kernel-doc. > > fs/open.c: > warning: Excess function parameter 'opened' description in 'finish_open' > warning: Excess function parameter 'cred' description in 'vfs_open' > - Fix by removing the parameters from the kernel-doc as they are no > longer required by the function. > > [...] Applied to the vfs.misc branch of the vfs/vfs.git tree. Patches in the vfs.misc branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.misc [1/1] fs/open.c: Fix W=1 kernel doc warnings https://git.kernel.org/vfs/vfs/c/1c4f10518c3a