linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][trivial]vfs: Fix a typo in fs/libfs.c
@ 2012-09-05  8:31 ycnian
  0 siblings, 0 replies; only message in thread
From: ycnian @ 2012-09-05  8:31 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel, viro, trivial; +Cc: Yanchuan Nian

From: Yanchuan Nian <ycnian@gmail.com>

Just a typo in the description of function generic_fh_to_parent. Please apply.

Signed-off-by: Yanchuan Nian <ycnian@gmail.com>
---
 fs/libfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.7.4.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-05  8:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05  8:31 [PATCH][trivial]vfs: Fix a typo in fs/libfs.c ycnian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).