[<prev] [next>] [day] [month] [year] [list]
Message-ID: <46778EBC.3060902@nachtwindheim.de>
Date: Tue, 19 Jun 2007 10:07:24 +0200
From: Henne <henne@...htwindheim.de>
To: linux-audit@...hat.com
CC: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: [PATCH] kerneldoc fix in audit_core_dumps
From: Henrik Kretzschmar <henne@...htwindheim.de>
Fix parameter name in audit_core_dumps for kerneldoc.
Signed-off-by: Henrik Kretzschmar <henne@...htwindheim.de>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists