diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-06-04 19:11:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-04 19:54:14 -0400 |
commit | 00f01791e159ba7fb9d397c27d34377206157c6a (patch) | |
tree | 42ef27b930d0e10543b03af1fc38e2146e80864c | |
parent | e37dcbfbb2b2365870cbdd12f9d505c52941f300 (diff) |
fs/exportfs/expfs.c: kernel-doc warning fixes
Fixing 2 typo in function comments.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: "J. Bruce Fields" <bfields@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | fs/exportfs/expfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/exportfs/expfs.c b/fs/exportfs/expfs.c index 48a359dd286e..b01fbfb51f43 100644 --- a/fs/exportfs/expfs.c +++ b/fs/exportfs/expfs.c | |||
@@ -259,7 +259,7 @@ static int filldir_one(void * __buf, const char * name, int len, | |||
259 | 259 | ||
260 | /** | 260 | /** |
261 | * get_name - default export_operations->get_name function | 261 | * get_name - default export_operations->get_name function |
262 | * @dentry: the directory in which to find a name | 262 | * @path: the directory in which to find a name |
263 | * @name: a pointer to a %NAME_MAX+1 char buffer to store the name | 263 | * @name: a pointer to a %NAME_MAX+1 char buffer to store the name |
264 | * @child: the dentry for the child directory. | 264 | * @child: the dentry for the child directory. |
265 | * | 265 | * |
@@ -337,7 +337,7 @@ out: | |||
337 | /** | 337 | /** |
338 | * export_encode_fh - default export_operations->encode_fh function | 338 | * export_encode_fh - default export_operations->encode_fh function |
339 | * @inode: the object to encode | 339 | * @inode: the object to encode |
340 | * @fh: where to store the file handle fragment | 340 | * @fid: where to store the file handle fragment |
341 | * @max_len: maximum length to store there | 341 | * @max_len: maximum length to store there |
342 | * @parent: parent directory inode, if wanted | 342 | * @parent: parent directory inode, if wanted |
343 | * | 343 | * |