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

2008-09-06 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. FYI, your patch is already in tip/sched/devel,

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

2008-08-30 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]>