aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/auditsc.c')
-rw-r--r--kernel/auditsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c
index 7ccc3da30a91..b7640a5f382a 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -2037,7 +2037,7 @@ int __audit_signal_info(int sig, struct task_struct *t)
2037 2037
2038/** 2038/**
2039 * audit_core_dumps - record information about processes that end abnormally 2039 * audit_core_dumps - record information about processes that end abnormally
2040 * @sig: signal value 2040 * @signr: signal value
2041 * 2041 *
2042 * If a process ends with a core dump, something fishy is going on and we 2042 * If a process ends with a core dump, something fishy is going on and we
2043 * should record the event for investigation. 2043 * should record the event for investigation.