mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] kerneldoc fix in audit_core_dumps
@ 2007-06-19  8:07 Henne
  0 siblings, 0 replies; only message in thread
From: Henne @ 2007-06-19  8:07 UTC (permalink / raw)
  To: linux-audit; +Cc: akpm, linux-kernel

From: Henrik Kretzschmar <henne@nachtwindheim.de>

Fix parameter name in audit_core_dumps for kerneldoc.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-19  8:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-19  8:07 [PATCH] kerneldoc fix in audit_core_dumps Henne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome