]> Git Repo - linux.git/commitdiff
anon_inodes: fix wrong function name in comment
authorNamhyung Kim <[email protected]>
Fri, 10 Dec 2010 03:11:50 +0000 (12:11 +0900)
committerJiri Kosina <[email protected]>
Fri, 10 Dec 2010 15:06:43 +0000 (16:06 +0100)
Signed-off-by: Namhyung Kim <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
fs/anon_inodes.c

index 57ce55b2564cf38159638fa146c2b653c5fc66a6..73097336ea2a33b36affa690599cd3788284bc6e 100644 (file)
@@ -64,9 +64,9 @@ static const struct address_space_operations anon_aops = {
 };
 
 /**
- * anon_inode_getfd - creates a new file instance by hooking it up to an
- *                    anonymous inode, and a dentry that describe the "class"
- *                    of the file
+ * anon_inode_getfile - creates a new file instance by hooking it up to an
+ *                      anonymous inode, and a dentry that describe the "class"
+ *                      of the file
  *
  * @name:    [in]    name of the "class" of the new file
  * @fops:    [in]    file operations for the new file
This page took 0.059474 seconds and 4 git commands to generate.