Re: [PATCH 4/4] Add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txt

2008-09-12 Thread Randy Dunlap
On Tue, 26 Aug 2008 10:32:02 +0200 Ingo Molnar wrote: > > * Kevin Diggs <[EMAIL PROTECTED]> wrote: > > > This patch adds kernel doc for the completion feature. It is in > > kernel/sched.c and include/linux/completion.h. > > > > An error in the split-man.pl PERL snippet in kernel-doc-nano-HOWTO.

Re: [PATCH 4/4] Add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txt

2008-08-26 Thread Ingo Molnar
* Kevin Diggs <[EMAIL PROTECTED]> wrote: > This patch adds kernel doc for the completion feature. It is in > kernel/sched.c and include/linux/completion.h. > > An error in the split-man.pl PERL snippet in kernel-doc-nano-HOWTO.txt > is also fixed. applied to tip/sched/devel - thanks Kevin!

Re: [PATCH 4/4] Add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txt

2008-08-25 Thread Ingo Molnar
* Kevin Diggs <[EMAIL PROTECTED]> wrote: > This patch adds kernel doc for the completion feature. It is in > kernel/sched.c and include/linux/completion.h. this patch is whitespace damaged. Could you resend it as attachment, or set up your email client as per Documentation/email-clients.txt?

[PATCH 4/4] Add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txt

2008-08-25 Thread Kevin Diggs
This patch adds kernel doc for the completion feature. It is in kernel/sched.c and include/linux/completion.h. An error in the split-man.pl PERL snippet in kernel-doc-nano-HOWTO.txt is also fixed. My name is Kevin Diggs and I approve this patch. Signed-off-by: Kevin Diggs <[EMAIL PROTECTED]> In