From: Randy Dunlap Date: Fri, 8 Apr 2011 17:53:46 +0000 (-0700) Subject: signal.c: fix erroneous syscall kernel-doc X-Git-Tag: v2.6.39-rc3~10 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f9fa0bc1fabe1d861e46d80ecbe7e85da359195c;p=~shefty%2Frdma-dev.git signal.c: fix erroneous syscall kernel-doc Fix erroneous syscall kernel-doc comments in kernel/signal.c. Reported-by: Matt Fleming Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- diff --git a/kernel/signal.c b/kernel/signal.c index 29e233fd7a0..7165af5f1b1 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,