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.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 600A1C43461 for ; Thu, 20 May 2021 20:00:51 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 250DC611ED for ; Thu, 20 May 2021 20:00:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 250DC611ED Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lwn.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 242C36E436; Thu, 20 May 2021 20:00:27 +0000 (UTC) Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7D4D06E436 for ; Thu, 20 May 2021 20:00:08 +0000 (UTC) Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (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 D3783301; Thu, 20 May 2021 20:00:07 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net D3783301 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1621540808; bh=2WNLJX/xlZc5xTtT/m0BAIjR0dGVeWDMrn8wfYaNCUM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=JWiESVFNzhYgP3LIrHH+2tY7pTjoh+gKnctlpgARBvgwBWg4BACU+o/zkUA8eRdPF jS85XmMhRO5jK77x2BlQkPxDSbCrzhxlhaMXvDctoM1+BMQOa0yL/SZHdunNPbhAgt 4USigcfd0H+vMC4CmQMvwXkhr8hvfRf3UC0K6z2vi4HY7A5m+ShwS2LJ/UDdBlnsDP SPBGKoeOrTvsAjV7A36ox1hL3nOjKNp5cU8ATBlHyBRqSKzr5ElccrOeoSfEDcgg8h LH4udeqBoy+VzdXLKBnnbzSb6qpvpqwupJQPHnbWB4IHmqCdgQ0/NFGZsiTs5E64Wr JxMzmR3UeuhAA== From: Jonathan Corbet To: Mauro Carvalho Chehab , Linux Doc Mailing List Subject: Re: [PATCH 00/10] Documentation build warning fixes In-Reply-To: References: Date: Thu, 20 May 2021 14:00:07 -0600 Message-ID: <87wnrtnpko.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-iio@vger.kernel.org, Daniel Thompson , kvm@vger.kernel.org, alsa-devel@alsa-project.org, Mauro Carvalho Chehab , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-gpio@vger.kernel.org, patches@opensource.cirrus.com, Jingoo Han , Lee Jones , Jonathan Cameron Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Mauro Carvalho Chehab writes: > Hi Jon, > > This small series contain a series of fixes for the documentation. it is > against your docs-next branch. > > Three of the patches fix duplicated symbols at the ABI documents. > There are still some ABI warnings from IIO, but all but one were > already fixed at linux-next. So, hopefully, after having everything > merged, the ABI warnings will be solved. > > Mauro Carvalho Chehab (10): > docs: update sysfs-platform_profile.rst reference > docs: vcpu-requests.rst: fix reference for atomic ops > docs: translations/zh_CN: fix a typo at 8.Conclusion.rst > docs: sched-bwc.rst: fix a typo on a doc name > docs: update pin-control.rst references > docs: virt: api.rst: fix a pointer to SGX documentation > docs: ABI: iommu: remove duplicated definition for > sysfs-kernel-iommu_groups > docs: ABI: sysfs-class-backlight: unify ambient light zone nodes > docs: ABI: sysfs-class-led-trigger-pattern: remove repeat duplication > iio: documentation: fix a typo Seems like good stuff. The last patch in the series, though, adds a warning: Documentation/ABI/testing/sysfs-bus-iio:799: WARNING: Inline emphasis start-string without end-string. So I left that one out and applied the rest. Thanks, jon