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:
bb3c90f
)
signal.c: fix erroneous syscall kernel-doc
author
Randy Dunlap
<
[email protected]
>
Fri, 8 Apr 2011 17:53:46 +0000
(10:53 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 8 Apr 2011 18:05:24 +0000
(11:05 -0700)
Fix erroneous syscall kernel-doc comments in kernel/signal.c.
Reported-by: Matt Fleming <
[email protected]
>
Signed-off-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/signal.c
patch
|
blob
|
history
diff --git
a/kernel/signal.c
b/kernel/signal.c
index 29e233fd7a0f8a1b29dc6fbd06a1f4f2795f0daf..7165af5f1b116fed3b5c5751d83e7e355e27ddab 100644
(file)
--- a/
kernel/signal.c
+++ b/
kernel/signal.c
@@
-2711,8
+2711,8
@@
out:
/**
* sys_rt_sigaction - alter an action taken by a process
* @sig: signal to be sent
- * @act:
the thread group ID of the thread
- * @oact:
the PID of the thread
+ * @act:
new sigaction
+ * @oact:
used to save the previous sigaction
* @sigsetsize: size of sigset_t type
*/
SYSCALL_DEFINE4(rt_sigaction, int, sig,