[patch 1/1] audit: remove excess kernel-doc

Delete excess kernel-doc notation in kernel/auditsc.c:

Warning(linux-2.6.27-git10//kernel/auditsc.c:1481): Excess function parameter or struct member 'tsk' description in 'audit_syscall_entry'
Warning(linux-2.6.27-git10//kernel/auditsc.c:1564): Excess function parameter or struct member 'tsk' description in 'audit_syscall_exit'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

authored by Randy Dunlap and committed by Al Viro 7f0ed77d 0b0c940a

-2
-2
kernel/auditsc.c
··· 1459 1460 /** 1461 * audit_syscall_entry - fill in an audit record at syscall entry 1462 - * @tsk: task being audited 1463 * @arch: architecture type 1464 * @major: major syscall type (function) 1465 * @a1: additional syscall register 1 ··· 1566 1567 /** 1568 * audit_syscall_exit - deallocate audit context after a system call 1569 - * @tsk: task being audited 1570 * @valid: success/failure flag 1571 * @return_code: syscall return value 1572 *
··· 1459 1460 /** 1461 * audit_syscall_entry - fill in an audit record at syscall entry 1462 * @arch: architecture type 1463 * @major: major syscall type (function) 1464 * @a1: additional syscall register 1 ··· 1567 1568 /** 1569 * audit_syscall_exit - deallocate audit context after a system call 1570 * @valid: success/failure flag 1571 * @return_code: syscall return value 1572 *