From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Fix kernel-doc warnings in fs/inode.c: Warning(fs/inode.c:1493): No description found for parameter 'path' Warning(fs/inode.c:1493): Excess function parameter 'mnt' description in 'touch_atime' Warning(fs/inode.c:1493): Excess function parameter 'dentry' description in 'touch_atime' Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> --- fs/inode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- lnx-34-rc3.orig/fs/inode.c +++ lnx-34-rc3/fs/inode.c @@ -1482,8 +1482,7 @@ static int relatime_need_update(struct v /** * touch_atime - update the access time - * @mnt: mount the inode is accessed on - * @dentry: dentry accessed + * @path: the &struct path to update * * Update the accessed time on an inode and mark it for writeback. * This function automatically handles read only file systems and media, -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html