Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"
 *                      of the file
 *