diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-04-08 10:53:46 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-04-08 11:05:24 -0700 |
commit | f9fa0bc1fabe1d861e46d80ecbe7e85da359195c (patch) | |
tree | 7d90bcd4b78f22a72ea4d3102b8e2714b78d1e43 /kernel | |
parent | bb3c90f0de7b34995b5e35cf5dc97a3d428b3761 (diff) | |
download | linux-rt-f9fa0bc1fabe1d861e46d80ecbe7e85da359195c.tar.gz |
signal.c: fix erroneous syscall kernel-doc
Fix erroneous syscall kernel-doc comments in kernel/signal.c.
Reported-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/signal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index 29e233fd7a0f..7165af5f1b11 100644 --- 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, |