From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756218Ab3KVWFs (ORCPT ); Fri, 22 Nov 2013 17:05:48 -0500 Received: from merlin.infradead.org ([205.233.59.134]:58009 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756179Ab3KVWFm (ORCPT ); Fri, 22 Nov 2013 17:05:42 -0500 Message-ID: <528FD529.7000201@infradead.org> Date: Fri, 22 Nov 2013 14:05:29 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Nicolas Dichtel , rob@landley.net CC: joe@perches.com, jkosina@suse.cz, akpm@linux-foundation.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Linus Torvalds Subject: Re: [PATCH] doc: fix generation of device-drivers References: <1384937428-15731-1-git-send-email-nicolas.dichtel@6wind.com> In-Reply-To: <1384937428-15731-1-git-send-email-nicolas.dichtel@6wind.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/20/13 00:50, Nicolas Dichtel wrote: > Since commit 7a6354e241d8 ("sched: Move wait.c into kernel/sched/"), the path > of this file has changed. This is a fatal kernel-doc error. Please merge quickly/soon. Thanks. > CC: Peter Zijlstra > CC: Ingo Molnar > Signed-off-by: Nicolas Dichtel > --- > Documentation/DocBook/device-drivers.tmpl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl > index 6c9d9d37c83a..f5170082bdb3 100644 > --- a/Documentation/DocBook/device-drivers.tmpl > +++ b/Documentation/DocBook/device-drivers.tmpl > @@ -58,7 +58,7 @@ > > Wait queues and Wake events > !Iinclude/linux/wait.h > -!Ekernel/wait.c > +!Ekernel/sched/wait.c > > High-resolution timers > !Iinclude/linux/ktime.h > -- ~Randy