1
0
Fork 0

anon_inodes: fix wrong function name in comment

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Namhyung Kim 2010-12-10 12:11:50 +09:00 committed by Jiri Kosina
parent a34f0b3139
commit c0d8768af2
1 changed files with 3 additions and 3 deletions

View 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