Skip to content

Commit

Permalink
kerneldoc fix in audit_core_dumps
Browse files Browse the repository at this point in the history
Fix parameter name in audit_core_dumps for kerneldoc.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Henrik Kretzschmar authored and Linus Torvalds committed Jul 16, 2007
1 parent dcf5008 commit 6d9525b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6d9525b

Please sign in to comment.