From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933001AbbHKWwv (ORCPT ); Tue, 11 Aug 2015 18:52:51 -0400 Received: from casper.infradead.org ([85.118.1.10]:47134 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932724AbbHKWwt (ORCPT ); Tue, 11 Aug 2015 18:52:49 -0400 Subject: Re: [PATCH] doc: Add more workqueue functions to the documentation To: Tim Bird , corbet@lwn.net References: <1439244976-1406-1-git-send-email-tim.bird@sonymobile.com> Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, tbird20d@gmail.com From: Randy Dunlap Message-ID: <55CA7CBC.5030103@infradead.org> Date: Tue, 11 Aug 2015 15:52:44 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1439244976-1406-1-git-send-email-tim.bird@sonymobile.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/10/15 15:16, Tim Bird wrote: > There are some workqueue functions declared in workqueue.h, so include > that in the workqueue section of the DocBook docs. > > Signed-off-by: Tim Bird Acked-by: Randy Dunlap Thanks. > --- > Documentation/DocBook/device-drivers.tmpl | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl > index faf09d4..bbc1d7e 100644 > --- a/Documentation/DocBook/device-drivers.tmpl > +++ b/Documentation/DocBook/device-drivers.tmpl > @@ -66,6 +66,7 @@ > !Ekernel/time/hrtimer.c > > Workqueues and Kevents > +!Iinclude/linux/workqueue.h > !Ekernel/workqueue.c > > Internal Functions > -- ~Randy