diff options
author | Henrik Kretzschmar <henne@nachtwindheim.de> | 2007-07-16 02:41:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:48 -0400 |
commit | 6d9525b52aecd11b14c4ec982add01c11157172f (patch) | |
tree | 7664b09fdf09adb656e865a055cc2f2532919b77 | |
parent | dcf5008db171211e3c34c060cacfd788306b034b (diff) |
kerneldoc fix in audit_core_dumps
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>
-rw-r--r-- | kernel/auditsc.c | 2 |
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. |