[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0805191508090.20279@shark.he.net>
Date: Mon, 19 May 2008 15:09:21 -0700 (PDT)
From: "Randy.Dunlap" <rdunlap@...otime.net>
To: linux-kernel@...r.kernel.org
cc: viro@...iv.linux.org.uk, eparis@...hat.com,
akpm@...ux-foundation.org
Subject: [PATCH] audit: fix kernel-doc parameter notation
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.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,
--
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