From fa06a47189a1c877b3dbe44aa4336dc0c9cd8927 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 5 Jan 2009 13:41:13 -0800 Subject: [PATCH] --- yaml --- r: 142018 b: refs/heads/master c: 6b96255998053a89f45c0855de954b71f5c3887b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/auditsc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4601112690cd..f38cd398977c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca96a895a6bae7efe7b11a35d9f43e6228467562 +refs/heads/master: 6b96255998053a89f45c0855de954b71f5c3887b diff --git a/trunk/kernel/auditsc.c b/trunk/kernel/auditsc.c index 738c03695b79..b344b86557a2 100644 --- a/trunk/kernel/auditsc.c +++ b/trunk/kernel/auditsc.c @@ -2149,7 +2149,7 @@ int audit_set_loginuid(struct task_struct *task, uid_t loginuid) * __audit_mq_open - record audit data for a POSIX MQ open * @oflag: open flag * @mode: mode bits - * @u_attr: queue attributes + * @attr: queue attributes * */ void __audit_mq_open(int oflag, mode_t mode, struct mq_attr *attr) @@ -2196,7 +2196,7 @@ void __audit_mq_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, /** * __audit_mq_notify - record audit data for a POSIX MQ notify * @mqdes: MQ descriptor - * @u_notification: Notification event + * @notification: Notification event * */