* [PATCH] signals: fix new kernel-doc warnings
@ 2013-03-04 22:32 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2013-03-04 22:32 UTC (permalink / raw)
To: LKML, Al Viro, Linus Torvalds
From: Randy Dunlap <rdunlap@infradead.org>
Fix new kernel-doc warnings in kernel/signal.c:
Warning(kernel/signal.c:2689): No description found for parameter 'uset'
Warning(kernel/signal.c:2689): Excess function parameter 'set' description in 'sys_rt_sigpending'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
---
kernel/signal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-39-rc1.orig/kernel/signal.c
+++ lnx-39-rc1/kernel/signal.c
@@ -2682,7 +2682,7 @@ static int do_sigpending(void *set, unsi
/**
* sys_rt_sigpending - examine a pending signal that has been raised
* while blocked
- * @set: stores pending signals
+ * @uset: stores pending signals
* @sigsetsize: size of sigset_t type or larger
*/
SYSCALL_DEFINE2(rt_sigpending, sigset_t __user *, uset, size_t, sigsetsize)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-04 22:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04 22:32 [PATCH] signals: fix new kernel-doc warnings Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox