aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode.c
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-06-04 19:06:26 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-04 19:53:55 -0400
commitfd2916bd77109b69891573fd1e1205ecc619893e (patch)
tree8cb614740eb419a2fb5fcc1e13a323ad4a641452 /fs/9p/vfs_inode.c
parentbdbeacdea24bad95bb72b6712fd9f716206c3142 (diff)
fs/9p: kerneldoc fixes
Function parameters comment fixing. Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: Eric Van Hensbergen <ericvh@gmail.com> Cc: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/9p/vfs_inode.c')
-rw-r--r--fs/9p/vfs_inode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c
index 53161ec058a7..00d140fb2263 100644
--- a/fs/9p/vfs_inode.c
+++ b/fs/9p/vfs_inode.c
@@ -580,7 +580,7 @@ static int v9fs_at_to_dotl_flags(int flags)
580 * v9fs_remove - helper function to remove files and directories 580 * v9fs_remove - helper function to remove files and directories
581 * @dir: directory inode that is being deleted 581 * @dir: directory inode that is being deleted
582 * @dentry: dentry that is being deleted 582 * @dentry: dentry that is being deleted
583 * @rmdir: removing a directory 583 * @flags: removing a directory
584 * 584 *
585 */ 585 */
586 586
@@ -778,7 +778,7 @@ static int v9fs_vfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode
778 * v9fs_vfs_lookup - VFS lookup hook to "walk" to a new inode 778 * v9fs_vfs_lookup - VFS lookup hook to "walk" to a new inode
779 * @dir: inode that is being walked from 779 * @dir: inode that is being walked from
780 * @dentry: dentry that is being walked to? 780 * @dentry: dentry that is being walked to?
781 * @nameidata: path data 781 * @flags: lookup flags (unused)
782 * 782 *
783 */ 783 */
784 784
@@ -1324,7 +1324,7 @@ v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd, void *p)
1324 * v9fs_vfs_mkspecial - create a special file 1324 * v9fs_vfs_mkspecial - create a special file
1325 * @dir: inode to create special file in 1325 * @dir: inode to create special file in
1326 * @dentry: dentry to create 1326 * @dentry: dentry to create
1327 * @mode: mode to create special file 1327 * @perm: mode to create special file
1328 * @extension: 9p2000.u format extension string representing special file 1328 * @extension: 9p2000.u format extension string representing special file
1329 * 1329 *
1330 */ 1330 */