From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752645Ab2AWIzM (ORCPT ); Mon, 23 Jan 2012 03:55:12 -0500 Received: from casper.infradead.org ([85.118.1.10]:52883 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852Ab2AWIzL convert rfc822-to-8bit (ORCPT ); Mon, 23 Jan 2012 03:55:11 -0500 Message-ID: <1327308902.2442.256.camel@twins> Subject: Re: [PATCH 14/14] docbook: fix sched source file names in device-drivers book From: Peter Zijlstra To: Randy Dunlap Cc: Linux Kernel Mailing List , Linus Torvalds , Ingo Molnar Date: Mon, 23 Jan 2012 09:55:02 +0100 In-Reply-To: <4F1B0BFC.2010105@xenotime.net> References: <4F1B0BFC.2010105@xenotime.net> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2012-01-21 at 11:03 -0800, Randy Dunlap wrote: > From: Randy Dunlap > > 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 > Cc: Ingo Molnar > Cc: Peter Zijlstra > --- > 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 @@ > > Delaying, scheduling, and timer routines > !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 >