From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751268AbcFITz1 (ORCPT ); Thu, 9 Jun 2016 15:55:27 -0400 Received: from tex.lwn.net ([70.33.254.29]:59080 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750752AbcFITz0 (ORCPT ); Thu, 9 Jun 2016 15:55:26 -0400 Date: Thu, 9 Jun 2016 13:55:23 -0600 From: Jonathan Corbet To: Jani Nikula Cc: Markus Heiser , Daniel Vetter , Grant Likely , Mauro Carvalho Chehab , Keith Packard , LKML , linux-doc@vger.kernel.org, Hans Verkuil Subject: Re: [PATCH v2 00/38] Documentation/sphinx Message-ID: <20160609135523.1d027a72@lwn.net> In-Reply-To: References: Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 4 Jun 2016 14:37:01 +0300 Jani Nikula wrote: > When this lands in docs-next and we can backmerge to drm, we'll plunge > ahead and convert gpu.tmpl to rst, and have that ready for v4.8. That is now done — thanks for running with this! I'm looking forward to seeing where we can take it from here. One little thing: there's a bunch of new warnings in the htmldocs build: .//include/net/mac80211.h:671: warning: duplicate section name 'Description' .//include/net/mac80211.h:3174: warning: duplicate section name 'Description' Some quick messing around suggests that it happens when a kerneldoc entry has free text both above and below the parameter list; there aren't many such places. I can send in a patch for mac80211.h to silence most of it, but it might be nice if it worked as before without whining. Thanks, jon