vfs: fix kerneldoc for generic_fh_to_parent()
authorYanchuan Nian <ycnian@gmail.com>
Wed, 5 Sep 2012 08:31:29 +0000 (16:31 +0800)
committerJiri Kosina <jkosina@suse.cz>
Wed, 5 Sep 2012 08:59:30 +0000 (10:59 +0200)
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>
fs/libfs.c

index a74cb1725ac694adf25be38ad2266afc0f382059..7cc37ca19cd81e4f844058ad11e5bba947ba86a1 100644 (file)
@@ -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
This page took 0.049598 seconds and 5 git commands to generate.