From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF6D5C07548 for ; Thu, 10 Sep 2020 16:46:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7302206DB for ; Thu, 10 Sep 2020 16:46:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726612AbgIJQpJ (ORCPT ); Thu, 10 Sep 2020 12:45:09 -0400 Received: from ms.lwn.net ([45.79.88.28]:42212 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726794AbgIJQnu (ORCPT ); Thu, 10 Sep 2020 12:43:50 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 5F08F4FA; Thu, 10 Sep 2020 16:42:51 +0000 (UTC) Date: Thu, 10 Sep 2020 10:42:50 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Christian =?UTF-8?B?S8O2bmln?= , "David S. Miller" , Andy Gross , Benson Leung , Bjorn Andersson , Brendan Higgins , Cheng-Yi Chiang , Daniel Vetter , David Airlie , Enric Balletbo i Serra , Guenter Roeck , Ingo Molnar , Jakub Kicinski , Jean Delvare , Jens Axboe , Joerg Reuter , Jonathan Cameron , Jyri Sarha , Lee Jones , Maarten Lankhorst , Maxime Ripard , Peter Zijlstra , Sumit Semwal , Thierry Reding , Thomas Zimmermann , Will Deacon Subject: Re: [PATCH 00/30] docs: fix documentation build parsing errors Message-ID: <20200910104250.63281185@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 Sep 2020 16:10:31 +0200 Mauro Carvalho Chehab wrote: > Currently, there are several warnings/errors produced when building > the documentation with "make htmldocs". > > This series fixes almost all such errors. It is produced against > linux-next, branch next-20200909. > > Some of the patches here were already sent individually, but nobody > picked them. So, I'm re-sending the full series. I'd sure love to just apply the whole series and clean up a lot of this stuff, but (1) I'm not entirely comfortable taking a few through docs-next, and (2) some of them don't apply even if I catch up to -rc4. So I'm going to pass through them individually and snag as many as I can... Thanks, jon