Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9fa0bc1 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

signal.c: fix erroneous syscall kernel-doc



Fix erroneous syscall kernel-doc comments in kernel/signal.c.

Reported-by: default avatarMatt Fleming <matt@console-pimps.org>
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bb3c90f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2711,8 +2711,8 @@ SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, set,
/**
/**
 *  sys_rt_sigaction - alter an action taken by a process
 *  sys_rt_sigaction - alter an action taken by a process
 *  @sig: signal to be sent
 *  @sig: signal to be sent
 *  @act: the thread group ID of the thread
 *  @act: new sigaction
 *  @oact: the PID of the thread
 *  @oact: used to save the previous sigaction
 *  @sigsetsize: size of sigset_t type
 *  @sigsetsize: size of sigset_t type
 */
 */
SYSCALL_DEFINE4(rt_sigaction, int, sig,
SYSCALL_DEFINE4(rt_sigaction, int, sig,