diff mbox

fs: fix fs/inode.c kernel-doc warning

Message ID 55C8024F.8020605@infradead.org (mailing list archive)
State New, archived
Headers show

Commit Message

Randy Dunlap Aug. 10, 2015, 1:45 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning in fs/inode.c:

Warning(..//fs/inode.c:1594): No description found for parameter 'inode'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 fs/inode.c |    1 +
 1 file changed, 1 insertion(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- lnx-42-rc6.orig/fs/inode.c
+++ lnx-42-rc6/fs/inode.c
@@ -1585,6 +1585,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,