mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-18 04:13:58 +00:00
anon_inodes: fix wrong function name in comment
Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a34f0b3139
commit
c0d8768af2
1 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ 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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue