signal.c: fix kernel-doc notation
Fix kernel-doc warnings in signal.c: Warning(kernel/signal.c:2374): No description found for parameter 'nset' Warning(kernel/signal.c:2374): Excess function parameter 'set' description in 'sys_rt_sigprocmask' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
60b8b1de0d
commit
ada9c93312
|
@ -2365,7 +2365,7 @@ int sigprocmask(int how, sigset_t *set, sigset_t *oldset)
|
|||
/**
|
||||
* sys_rt_sigprocmask - change the list of currently blocked signals
|
||||
* @how: whether to add, remove, or set signals
|
||||
* @set: stores pending signals
|
||||
* @nset: stores pending signals
|
||||
* @oset: previous value of signal mask if non-null
|
||||
* @sigsetsize: size of sigset_t type
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue