Skip to content

Commit

Permalink
fs/exportfs/expfs.c: kernel-doc warning fixes
Browse files Browse the repository at this point in the history
Fixing 2 typo in function comments.

Signed-off-by: Fabian Frederick <[email protected]>
Cc: Al Viro <[email protected]>
Cc: "J. Bruce Fields" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Fabian Frederick authored and torvalds committed Jun 4, 2014
1 parent e37dcbf commit 00f0179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/exportfs/expfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ static int filldir_one(void * __buf, const char * name, int len,

/**
* get_name - default export_operations->get_name function
* @dentry: the directory in which to find a name
* @path: the directory in which to find a name
* @name: a pointer to a %NAME_MAX+1 char buffer to store the name
* @child: the dentry for the child directory.
*
Expand Down Expand Up @@ -337,7 +337,7 @@ static int get_name(const struct path *path, char *name, struct dentry *child)
/**
* export_encode_fh - default export_operations->encode_fh function
* @inode: the object to encode
* @fh: where to store the file handle fragment
* @fid: where to store the file handle fragment
* @max_len: maximum length to store there
* @parent: parent directory inode, if wanted
*
Expand Down

0 comments on commit 00f0179

Please sign in to comment.