Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Linus Torvalds
f9fa0bc1 bb3c90f0

+2 -2
+2 -2
kernel/signal.c
··· 2711 2711 /** 2712 2712 * sys_rt_sigaction - alter an action taken by a process 2713 2713 * @sig: signal to be sent 2714 - * @act: the thread group ID of the thread 2715 - * @oact: the PID of the thread 2714 + * @act: new sigaction 2715 + * @oact: used to save the previous sigaction 2716 2716 * @sigsetsize: size of sigset_t type 2717 2717 */ 2718 2718 SYSCALL_DEFINE4(rt_sigaction, int, sig,