Skip to content

Commit

Permalink
signal.c: fix erroneous syscall kernel-doc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Apr 8, 2011
1 parent bb3c90f commit f9fa0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2711,8 +2711,8 @@ SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, set,
/**
* 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,
Expand Down

0 comments on commit f9fa0bc

Please sign in to comment.