projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf5008
)
kerneldoc fix in audit_core_dumps
author
Henrik Kretzschmar
<
[email protected]
>
Mon, 16 Jul 2007 06:41:10 +0000
(23:41 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 16 Jul 2007 16:05:48 +0000
(09:05 -0700)
Fix parameter name in audit_core_dumps for kerneldoc.
Signed-off-by: Henrik Kretzschmar <
[email protected]
>
Cc: Al Viro <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/auditsc.c
patch
|
blob
|
history
diff --git
a/kernel/auditsc.c
b/kernel/auditsc.c
index 7ccc3da30a91b28f36d9601c155c53ff8a2c80d8..b7640a5f382aa6e766fc09785242466ef693fbb6 100644
(file)
--- a/
kernel/auditsc.c
+++ b/
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
- * @sig: signal value
+ * @sig
nr
: signal value
*
* If a process ends with a core dump, something fishy is going on and we
* should record the event for investigation.