[PATCH] audit: fix kernel-doc parameter notation

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: <viro@...>, <eparis@...>, <akpm@...>
Date: Monday, May 19, 2008 - 6:09 pm

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix auditfilter kernel-doc misssing parameter description:

Warning(lin2626-rc3//kernel/auditfilter.c:1551): No description found for parameter 'sessionid'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 kernel/auditfilter.c |    1 +
 1 file changed, 1 insertion(+)

--- lin2626-rc3.orig/kernel/auditfilter.c
+++ lin2626-rc3/kernel/auditfilter.c
@@ -1544,6 +1544,7 @@ static void audit_log_rule_change(uid_t 
  * @data: payload data
  * @datasz: size of payload data
  * @loginuid: loginuid of sender
+ * @sessionid: sessionid for netlink audit message
  * @sid: SE Linux Security ID of sender
  */
 int audit_receive_filter(int type, int pid, int uid, int seq, void *data,
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] audit: fix kernel-doc parameter notation, Randy.Dunlap, (Mon May 19, 6:09 pm)