Skip to content

Commit

Permalink
anon_inodes: fix wrong function name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Namhyung Kim <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
namhyung authored and Jiri Kosina committed Dec 10, 2010
1 parent a34f0b3 commit c0d8768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fs/anon_inodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0d8768

Please sign in to comment.