Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1207932

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

From Tim Bird <tim.bird@sonymobile.com>
Newsgroups linux.kernel
Subject Re: [PATCH] doc: Add more workqueue functions to the documentation
Date 2015-08-15 00:50 +0200
Message-ID <pXvXr-7ms-7@gated-at.bofh.it> (permalink)
References <pW3Ae-2De-13@gated-at.bofh.it> <pXapX-1zR-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On 08/13/2015 04:45 PM, Jonathan Corbet wrote:
> On Mon, 10 Aug 2015 15:16:16 -0700
> Tim Bird <tim.bird@sonymobile.com> 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 additional warnings it drags in ... :)  In this case I've put
> something together for workqueue.h and will send it off shortly.

My apologies.  

When I do 'make mandocs', the only messages from workqueue.h that I noticed
were like the following:

Warn: meta author : no refentry/info/author                        queue_delayed_work
Note: meta author : see http://docbook.sf.net/el/author            queue_delayed_work
Warn: meta author : no author data, so inserted a fixme            queue_delayed_work
Note: Writing queue_delayed_work.9

But there are over 4000 of these messages when I make mandocs, so I assumed
ignoring them was OK.

Are these what you saw or was it something else?

Do you know how to get rid of these messages?  

It's a bit of a pain rebuilding.  When I make a change, it rebuilds everything.
My build of mandocs takes 27 minutes and generates over 9000 messages.
Somewhere in the middle of that must have been some other messages related to
workqueue.h that I missed.

However, I'll try to fix build errors in the future.

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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] doc: Add more workqueue functions to the documentation Tim Bird <tim.bird@sonymobile.com> - 2015-08-11 00:20 +0200
  Re: [PATCH] doc: Add more workqueue functions to the documentation Randy Dunlap <rdunlap@infradead.org> - 2015-08-12 01:00 +0200
  Re: [PATCH] doc: Add more workqueue functions to the documentation Jonathan Corbet <corbet@lwn.net> - 2015-08-14 01:50 +0200
    Re: [PATCH] doc: Add more workqueue functions to the documentation Tim Bird <tim.bird@sonymobile.com> - 2015-08-15 00:50 +0200
      Re: [PATCH] doc: Add more workqueue functions to the documentation Randy Dunlap <rdunlap@infradead.org> - 2015-08-15 01:50 +0200
      Re: [PATCH] doc: Add more workqueue functions to the documentation Jonathan Corbet <corbet@lwn.net> - 2015-08-15 15:30 +0200

csiph-web