Commit ada9c93312f7ec49514c68c211595ce2601cebae
Committed by
Linus Torvalds
1 parent
60b8b1de0d
Exists in
master
and in
39 other branches
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
kernel/signal.c
... | ... | @@ -2365,7 +2365,7 @@ |
2365 | 2365 | /** |
2366 | 2366 | * sys_rt_sigprocmask - change the list of currently blocked signals |
2367 | 2367 | * @how: whether to add, remove, or set signals |
2368 | - * @set: stores pending signals | |
2368 | + * @nset: stores pending signals | |
2369 | 2369 | * @oset: previous value of signal mask if non-null |
2370 | 2370 | * @sigsetsize: size of sigset_t type |
2371 | 2371 | */ |