projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce5c2d2
)
fs/inode.c: fix kernel-doc warning
author
Randy Dunlap
<
[email protected]
>
Mon, 9 Nov 2015 22:57:58 +0000
(14:57 -0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 9 Nov 2015 23:11:24 +0000
(15:11 -0800)
Fix kernel-doc warning in fs/inode.c:
../fs/inode.c:1606: warning: No description found for parameter 'inode'
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Al Viro <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/inode.c
patch
|
blob
|
history
diff --git
a/fs/inode.c
b/fs/inode.c
index 78a17b8859e191735f8cf4f307074fa15acc8295..1be5f9003eb38852f68957fcd287cdd5b820b310 100644
(file)
--- a/
fs/inode.c
+++ b/
fs/inode.c
@@
-1597,6
+1597,7
@@
static int update_time(struct inode *inode, struct timespec *time, int flags)
/**
* 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,