From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Fix kernel-doc warning in fs/inode.c: ..//fs/inode.c:1606: warning: No description found for parameter 'inode' Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> --- fs/inode.c | 1 + 1 file changed, 1 insertion(+) --- lnx-43.orig/fs/inode.c +++ lnx-43/fs/inode.c @@ -1597,6 +1597,7 @@ static int update_time(struct inode *ino /** * touch_atime - update the access time * @path: the &struct path to update + * @inode: inode 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