The patch titled Subject: fs/inode.c: fix kernel-doc warning has been removed from the -mm tree. Its filename was fs-fix-inodec-kernel-doc-warning.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: fs/inode.c: fix kernel-doc warning 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> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/inode.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/inode.c~fs-fix-inodec-kernel-doc-warning fs/inode.c --- a/fs/inode.c~fs-fix-inodec-kernel-doc-warning +++ a/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, _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html