* [PATCH] fs: fix fs/inode.c kernel-doc warning
@ 2015-08-10 1:45 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2015-08-10 1:45 UTC (permalink / raw)
To: Linux FS Devel, Al Viro
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(+)
--- 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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-10 1:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 1:45 [PATCH] fs: fix fs/inode.c kernel-doc warning Randy Dunlap
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.