Преглед изворни кода

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>
Henrik Kretzschmar пре 18 година
родитељ
комит
6d9525b52a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      kernel/auditsc.c

+ 1 - 1
kernel/auditsc.c

@@ -2037,7 +2037,7 @@ int __audit_signal_info(int sig, struct task_struct *t)
 
 
 /**
 /**
  * audit_core_dumps - record information about processes that end abnormally
  * 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
  * If a process ends with a core dump, something fishy is going on and we
  * should record the event for investigation.
  * should record the event for investigation.