lkml.org 
[lkml]   [2011]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateFri, 8 Apr 2011 10:41:23 -0700
FromRandy Dunlap <>
SubjectRe: [PATCH 3/8] kernel/signal.c: add kernel-doc notation to syscalls
On Tue, 5 Apr 2011 09:32:14 +0100 Matt Fleming wrote:

> On Mon, 4 Apr 2011 15:00:26 -0700
> Randy Dunlap <rdunlap@xenotime.net> wrote:
>
> > @@ -2660,6 +2708,13 @@ out:
> > #endif /* __ARCH_WANT_SYS_SIGPROCMASK */
> >
> > #ifdef __ARCH_WANT_SYS_RT_SIGACTION
> > +/**
> > + * 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
> > + * @sigsetsize: size of sigset_t type
> > + */
> > SYSCALL_DEFINE4(rt_sigaction, int, sig,
> > const struct sigaction __user *, act,
> > struct sigaction __user *, oact,
>
> This isn't right. @act and @oct are the new and old actions for @sig.

Thanks. I don't know how I did that.
I'll send a correction for it.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

\
 
 \ /
  Last update: 2011-04-08 19:43    [from the cache]
©2003-2010