aboutsummaryrefslogtreecommitdiffstats
path: root/fs/libfs.c
diff options
context:
space:
mode:
authorYanchuan Nian <ycnian@gmail.com>2012-09-05 16:31:29 +0800
committerJiri Kosina <jkosina@suse.cz>2012-09-05 10:59:30 +0200
commitca1868309be96eb905a71174187a190543a1b90e (patch)
treeab5631558b2938e8c91238bfcb11d17a3731c88e /fs/libfs.c
parenttreewide: fix comment/printk/variable typos (diff)
downloadlinux-dev-ca1868309be96eb905a71174187a190543a1b90e.tar.xz
linux-dev-ca1868309be96eb905a71174187a190543a1b90e.zip
vfs: fix kerneldoc for generic_fh_to_parent()
Wrong function name in the kerneldoc description of generic_fh_to_parent(). Signed-off-by: Yanchuan Nian <ycnian@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/libfs.c')
-rw-r--r--fs/libfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/libfs.c b/fs/libfs.c
index a74cb1725ac6..7cc37ca19cd8 100644
--- a/fs/libfs.c
+++ b/fs/libfs.c
@@ -874,7 +874,7 @@ struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid,
EXPORT_SYMBOL_GPL(generic_fh_to_dentry);
/**
- * generic_fh_to_dentry - generic helper for the fh_to_parent export operation
+ * generic_fh_to_parent - generic helper for the fh_to_parent export operation
* @sb: filesystem to do the file handle conversion on
* @fid: file handle to convert
* @fh_len: length of the file handle in bytes