auditsc: fix kernel-doc param warnings

Fix kernel-doc for auditsc parameter changes.

Warning(linux-2.6.23-git17//kernel/auditsc.c:1623): No description found for parameter 'dentry'
Warning(linux-2.6.23-git17//kernel/auditsc.c:1666): No description found for parameter 'dentry'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Randy Dunlap and committed by Linus Torvalds 481968f4 e95d9c6b

+2 -2
+2 -2
kernel/auditsc.c
··· 1615 /** 1616 * audit_inode - store the inode and device from a lookup 1617 * @name: name being audited 1618 - * @inode: inode being audited 1619 * 1620 * Called from fs/namei.c:path_lookup(). 1621 */ ··· 1650 /** 1651 * audit_inode_child - collect inode info for created/removed objects 1652 * @dname: inode's dentry name 1653 - * @inode: inode being audited 1654 * @parent: inode of dentry parent 1655 * 1656 * For syscalls that create or remove filesystem objects, audit_inode
··· 1615 /** 1616 * audit_inode - store the inode and device from a lookup 1617 * @name: name being audited 1618 + * @dentry: dentry being audited 1619 * 1620 * Called from fs/namei.c:path_lookup(). 1621 */ ··· 1650 /** 1651 * audit_inode_child - collect inode info for created/removed objects 1652 * @dname: inode's dentry name 1653 + * @dentry: dentry being audited 1654 * @parent: inode of dentry parent 1655 * 1656 * For syscalls that create or remove filesystem objects, audit_inode