From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751964AbbHNWq6 (ORCPT ); Fri, 14 Aug 2015 18:46:58 -0400 Received: from seldrel01.sonyericsson.com ([37.139.156.2]:8550 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750735AbbHNWq5 (ORCPT ); Fri, 14 Aug 2015 18:46:57 -0400 Message-ID: <55CE6FDC.3010700@sonymobile.com> Date: Fri, 14 Aug 2015 15:46:52 -0700 From: Tim Bird User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Jonathan Corbet CC: "rdunlap@infradead.org" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "tbird20d@gmail.com" Subject: Re: [PATCH] doc: Add more workqueue functions to the documentation References: <1439244976-1406-1-git-send-email-tim.bird@sonymobile.com> <20150813174559.3c2e4c0f@xps.lwn.net> In-Reply-To: <20150813174559.3c2e4c0f@xps.lwn.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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