Re: [PATCH 14/14] docbook: fix sched source file names indevice-drivers book

From: Peter Zijlstra
Date: Mon Jan 23 2012 - 03:55:11 EST


On Sat, 2012-01-21 at 11:03 -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
>
> Fix warning since kernel scheduler functions and kernel-doc
> notation were moved to other files.
>
> docproc: lnx-33-rc1/kernel/sched.c: No such file or directory
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
> Cc: Ingo Molnar <mingo@xxxxxxx>
> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> ---
> Documentation/DocBook/device-drivers.tmpl | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> --- lnx-33-rc1.orig/Documentation/DocBook/device-drivers.tmpl
> +++ lnx-33-rc1/Documentation/DocBook/device-drivers.tmpl
> @@ -50,7 +50,9 @@
>
> <sect1><title>Delaying, scheduling, and timer routines</title>
> !Iinclude/linux/sched.h
> -!Ekernel/sched.c
> +!Ekernel/sched/core.c
> +!Ikernel/sched/cpupri.c
> +!Ikernel/sched/fair.c

There's more files in there, they might not include proper kerneldoc
comments, but shouldn't they be included anyway?

Also, what the difference between Ekernel and Ikernel?

> !Iinclude/linux/completion.h
> !Ekernel/timer.c
> </sect1>



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/