Re: [PATCH] doc: Add more workqueue functions to the documentation

2015-08-24 Thread Tim Bird
On 08/15/2015 06:27 AM, Jonathan Corbet wrote: > On Fri, 14 Aug 2015 15:46:52 -0700 > Tim Bird wrote: > >>> It sure would be nice if changes like this were accompanied by a patch >>> fixing the additional warnings it drags in ... :) In this case I've put >>> something together for workqueue.h

Re: [PATCH] doc: Add more workqueue functions to the documentation

2015-08-15 Thread Jonathan Corbet
On Fri, 14 Aug 2015 15:46:52 -0700 Tim Bird wrote: > > It sure would be nice if changes like this were accompanied by a patch > > fixing the additional warnings it drags in ... :) In this case I've put > > something together for workqueue.h and will send it off shortly. > > My apologies. S

Re: [PATCH] doc: Add more workqueue functions to the documentation

2015-08-14 Thread Randy Dunlap
On 08/14/15 15:46, Tim Bird wrote: > > > On 08/13/2015 04:45 PM, Jonathan Corbet wrote: >> On Mon, 10 Aug 2015 15:16:16 -0700 >> Tim Bird wrote: >> >>> There are some workqueue functions declared in workqueue.h, so include >>> that in the workqueue section of the DocBook docs. >> >> Applied to t

Re: [PATCH] doc: Add more workqueue functions to the documentation

2015-08-14 Thread Tim Bird
On 08/13/2015 04:45 PM, Jonathan Corbet wrote: > On Mon, 10 Aug 2015 15:16:16 -0700 > Tim Bird wrote: > >> There are some workqueue functions declared in workqueue.h, so include >> that in the workqueue section of the DocBook docs. > > Applied to the docs tree, thanks. > > It sure would be ni

Re: [PATCH] doc: Add more workqueue functions to the documentation

2015-08-13 Thread Jonathan Corbet
On Mon, 10 Aug 2015 15:16:16 -0700 Tim Bird wrote: > There are some workqueue functions declared in workqueue.h, so include > that in the workqueue section of the DocBook docs. Applied to the docs tree, thanks. It sure would be nice if changes like this were accompanied by a patch fixing the ad

Re: [PATCH] doc: Add more workqueue functions to the documentation

2015-08-11 Thread Randy Dunlap
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 change

[PATCH] doc: Add more workqueue functions to the documentation

2015-08-10 Thread Tim Bird
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 --- Documentation/DocBook/device-drivers.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documen