aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/audit.c')
-rw-r--r--kernel/audit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/audit.c b/kernel/audit.c
index 4e940c05ede8..74779d3769fa 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -116,7 +116,7 @@ static LIST_HEAD(audit_entlist);
116static LIST_HEAD(audit_extlist); 116static LIST_HEAD(audit_extlist);
117 117
118/* The netlink socket is only to be read by 1 CPU, which lets us assume 118/* The netlink socket is only to be read by 1 CPU, which lets us assume
119 * that list additions and deletions never happen simultaneiously in 119 * that list additions and deletions never happen simultaneously in
120 * auditsc.c */ 120 * auditsc.c */
121static DECLARE_MUTEX(audit_netlink_sem); 121static DECLARE_MUTEX(audit_netlink_sem);
122 122
@@ -775,7 +775,7 @@ void audit_log_d_path(struct audit_buffer *ab, const char *prefix,
775 } 775 }
776} 776}
777 777
778/* Remove queued messages from the audit_txlist and send them to userspace. */ 778/* Remove queued messages from the audit_txlist and send them to user space. */
779static void audit_tasklet_handler(unsigned long arg) 779static void audit_tasklet_handler(unsigned long arg)
780{ 780{
781 LIST_HEAD(list); 781 LIST_HEAD(list);