From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756103AbbGPOcI (ORCPT ); Thu, 16 Jul 2015 10:32:08 -0400 Received: from tex.lwn.net ([70.33.254.29]:44626 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755480AbbGPOcG (ORCPT ); Thu, 16 Jul 2015 10:32:06 -0400 Date: Thu, 16 Jul 2015 08:31:59 -0600 From: Jonathan Corbet To: Ben Hutchings Cc: Masanari Iida , "linux-kernel@vger.kernel.org" , lunar@debian.org Subject: Re: make htmldocs on linux-next failed with warnings. Message-ID: <20150716083159.4ba785d9@lwn.net> In-Reply-To: <1437056936.3469.37.camel@decadent.org.uk> References: <1437056936.3469.37.camel@decadent.org.uk> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Jul 2015 15:28:56 +0100 Ben Hutchings wrote: > On Thu, 2015-07-16 at 23:22 +0900, Masanari Iida wrote: > > make htmldocs on linux-next have some parser warnings. > > Following commit cause the warning. > > Yes it has warnings but they should be non-fatal. Even so, we don't really want to be adding warnings to the build. Hopefully it shouldn't be too hard to fix these...? Thanks, jon