From: Henrik Kretzschmar <[EMAIL PROTECTED]> Fix parameter name in audit_core_dumps for kerneldoc.
Signed-off-by: Henrik Kretzschmar <[EMAIL PROTECTED]> --- diff --git a/kernel/auditsc.c b/kernel/auditsc.c index e36481e..028650c 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -2040,7 +2040,7 @@ int __audit_signal_info(int sig, struct /** * 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. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

