[<prev] [next>] [day] [month] [year] [list]
Message-ID: <48FFC22A.2040508@oracle.com>
Date: Wed, 22 Oct 2008 17:15:38 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
CC: akpm <akpm@...ux-foundation.org>,
Al Viro <viro@...iv.linux.org.uk>,
Eric Paris <eparis@...hat.com>
Subject: [PATCH] audit: remove excess kernel-doc
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.com>
cc: Al Viro <viro@...iv.linux.org.uk>
cc: Eric Paris <eparis@...hat.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
*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists