diff options
author | Abhishek Kulkarni <adkulkar@umail.iu.edu> | 2009-07-19 15:41:55 -0400 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@strongmad.austin.ibm.com> | 2009-08-17 17:27:57 -0400 |
commit | 0e15597ebfe00e28857185f46aba00f400480ffe (patch) | |
tree | 5a1a057ac15bf598c2eee81c54aeefc49c4cee24 /fs/9p/vfs_inode.c | |
parent | 2bb541157fe2602af7b9952096d0524f6f9c1e73 (diff) |
9p: minor comment fixes
Fix the comments -- mostly the improper and/or missing descriptions
of function parameters.
Signed-off-by: Abhishek Kulkarni <adkulkar@umail.iu.edu>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'fs/9p/vfs_inode.c')
-rw-r--r-- | fs/9p/vfs_inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index 0c8af1abf603..f22668afd0d6 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c | |||
@@ -171,7 +171,6 @@ int v9fs_uflags2omode(int uflags, int extended) | |||
171 | 171 | ||
172 | /** | 172 | /** |
173 | * v9fs_blank_wstat - helper function to setup a 9P stat structure | 173 | * v9fs_blank_wstat - helper function to setup a 9P stat structure |
174 | * @v9ses: 9P session info (for determining extended mode) | ||
175 | * @wstat: structure to initialize | 174 | * @wstat: structure to initialize |
176 | * | 175 | * |
177 | */ | 176 | */ |
@@ -410,9 +409,9 @@ v9fs_open_created(struct inode *inode, struct file *file) | |||
410 | * @v9ses: session information | 409 | * @v9ses: session information |
411 | * @dir: directory that dentry is being created in | 410 | * @dir: directory that dentry is being created in |
412 | * @dentry: dentry that is being created | 411 | * @dentry: dentry that is being created |
412 | * @extension: 9p2000.u extension string to support devices, etc. | ||
413 | * @perm: create permissions | 413 | * @perm: create permissions |
414 | * @mode: open mode | 414 | * @mode: open mode |
415 | * @extension: 9p2000.u extension string to support devices, etc. | ||
416 | * | 415 | * |
417 | */ | 416 | */ |
418 | static struct p9_fid * | 417 | static struct p9_fid * |