Commit 6d9525b5 authored by Henrik Kretzschmar's avatar Henrik Kretzschmar Committed by Linus Torvalds

kerneldoc fix in audit_core_dumps

Fix parameter name in audit_core_dumps for kerneldoc.
Signed-off-by: default avatarHenrik Kretzschmar <henne@nachtwindheim.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent dcf5008d
......@@ -2037,7 +2037,7 @@ int __audit_signal_info(int sig, struct task_struct *t)
/**
* audit_core_dumps - record information about processes that end abnormally
* @sig: signal value
* @signr: signal value
*
* If a process ends with a core dump, something fishy is going on and we
* should record the event for investigation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment