LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] audit: remove excess kernel-doc
@ 2008-10-23 0:15 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2008-10-23 0:15 UTC (permalink / raw)
To: lkml; +Cc: akpm, Al Viro, Eric Paris
From: Randy Dunlap <randy.dunlap@oracle.com>
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>
---
kernel/auditsc.c | 2 --
1 file changed, 2 deletions(-)
--- linux-2.6.27-git10.orig/kernel/auditsc.c
+++ linux-2.6.27-git10/kernel/auditsc.c
@@ -1459,7 +1459,6 @@ void audit_free(struct task_struct *tsk)
/**
* audit_syscall_entry - fill in an audit record at syscall entry
- * @tsk: task being audited
* @arch: architecture type
* @major: major syscall type (function)
* @a1: additional syscall register 1
@@ -1550,7 +1549,6 @@ void audit_syscall_entry(int arch, int m
/**
* audit_syscall_exit - deallocate audit context after a system call
- * @tsk: task being audited
* @valid: success/failure flag
* @return_code: syscall return value
*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-23 0:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-23 0:15 [PATCH] audit: remove excess kernel-doc Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).