Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c0d8768a authored by Namhyung Kim's avatar Namhyung Kim Committed by Jiri Kosina
Browse files

anon_inodes: fix wrong function name in comment


Signed-off-by: default avatarNamhyung Kim <namhyung@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a34f0b31
No related merge requests found
...@@ -64,9 +64,9 @@ static const struct address_space_operations anon_aops = { ...@@ -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 * anon_inode_getfile - creates a new file instance by hooking it up to an
* anonymous inode, and a dentry that describe the "class" * anonymous inode, and a dentry that describe the "class"
* of the file * of the file
* *
* @name: [in] name of the "class" of the new file * @name: [in] name of the "class" of the new file
* @fops: [in] file operations for the new file * @fops: [in] file operations for the new file
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment