From ca1868309be96eb905a71174187a190543a1b90e Mon Sep 17 00:00:00 2001 From: Yanchuan Nian Date: Wed, 5 Sep 2012 16:31:29 +0800 Subject: [PATCH] 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 Signed-off-by: Jiri Kosina --- fs/libfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/libfs.c b/fs/libfs.c index a74cb17..7cc37ca 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 -- 2.7.4