Skip to content

Commit

Permalink
fs/inode: Fix kernel-doc format for inode_init_owner
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Ben Hutchings authored and Al Viro committed Mar 21, 2011
1 parent 2c3d44d commit eaae668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ void init_special_inode(struct inode *inode, umode_t mode, dev_t rdev)
EXPORT_SYMBOL(init_special_inode);

/**
* Init uid,gid,mode for new inode according to posix standards
* inode_init_owner - Init uid,gid,mode for new inode according to posix standards
* @inode: New inode
* @dir: Directory inode
* @mode: mode of the new inode
Expand Down

0 comments on commit eaae668

Please sign in to comment.