From patchwork Thu Aug 18 13:38:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 12947083 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 1DC1DC28B2B for ; Thu, 18 Aug 2022 13:39:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5317F912C2; Thu, 18 Aug 2022 13:39:43 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 25E98B994B for ; Thu, 18 Aug 2022 13:39:09 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1539161668; Thu, 18 Aug 2022 13:39:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63AFDC433C1; Thu, 18 Aug 2022 13:39:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660829947; bh=j+GR3xNPkOEEZIReKsoLX51DZZCpOm55zjpW98JIWhQ=; h=From:To:Cc:Subject:Date:From; b=VDVU+urmE+ZEW42chc83KfdXmTEeVbpDiMmU4yB93fu+QIRGvFQfARyMVv3qM2fky UvGXmZB19CSQTd4YnWzzIYLRLq7kTaZLQTZcEgrjVK1jcXpxPGMbyr0j/aEMALUHmC 8uZCuSH40n2NrqlRv8rJEuoTb7vUQnX28htCLpfE/6cxZPPobhpbl7rj3Vc/DbyQpB NxEdu5nr9wRACHQBh1eCme//Ovk84dqqiYsiVMqOvEpnm0ZIOXUR+B6U7CjUudGIa9 c5Pf5QbVK59YJkgLO6FkEYBPCDH2kyTwxxxucabhBYm3UHKWtEdtHLM3PbqYCIn8it nDhsz5L2kppAQ== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1oOfjl-00AY7B-0o; Thu, 18 Aug 2022 15:39:05 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , corbet@lwn.net Subject: [PATCH 00/13] Fix documentation build warnings against 6.0-rc1 Date: Thu, 18 Aug 2022 15:38:46 +0200 Message-Id: X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 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: Kosuke Fujimoto , "Peter Zijlstra \(Intel\)" , Sebastian Andrzej Siewior , Akira Yokosawa , dri-devel@lists.freedesktop.org, David Howells , linux-mm@kvack.org, Bagas Sanjaya , Jiri Slaby , Alex Shi , Xiubo Li , Luis Chamberlain , David Airlie , linux-cachefs@redhat.com, Lukas Bulwahn , Ilya Dryomov , Mike Leach , Madhavan Srinivasan , Suzuki K Poulose , Kajol Jain , coresight@lists.linaro.org, Wu XiangCheng , Tsugikazu Shibata , Yanteng Si , Muchun Song , Dan Williams , Mauro Carvalho Chehab , linux-arm-kernel@lists.infradead.org, Mathieu Poirier , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Leo Yan , Jiri Kosina , Andrew Morton , Mike Rapoport , Mike Kravetz Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Jon, This series is against 6.0-rc1, so it should apply fine on the top of your tree. After applying one fix sent to ACPI: https://lore.kernel.org/linux-acpi/20220818055156.7456-1-sakari.ailus@linux.intel.com/T/#u make htmldocs (with Sphinx 2.4.4) produces a very clean result: : Warning: Documentation/devicetree/bindings/regulator/siliconmitus,sm5703 -regulator.yaml references a file that doesn't exist: Documentation/devicetree/b indings/mfd/siliconmitus,sm5703.yaml SPHINX htmldocs --> file:///new_devel/v4l/docs/Documentation/output PARSE include/uapi/linux/dvb/ca.h PARSE include/uapi/linux/dvb/dmx.h PARSE include/uapi/linux/dvb/frontend.h PARSE include/uapi/linux/dvb/net.h PARSE include/uapi/linux/videodev2.h PARSE include/uapi/linux/media.h PARSE include/uapi/linux/cec.h PARSE include/uapi/linux/lirc.h Using sphinx_rtd_theme theme The only warning is due to a driver that got its upstream way for MFD, but it seems that the corresponding regulator driver has lost its way. If we can fix such warning, we could add a sort of "Werror" for: - some ABI issues; - kernel-doc warnings/errors; - broken kernel-doc warnings. Although there will still have Sphinx warnings that can come up from various sources, this could help to keep documentation on a better shape, as time goes by. Regards, Mauro Mauro Carvalho Chehab (13): scripts: kernel-doc: add support for EXPORT_SYMBOL variants docs: update vmemmap_dedup.rst reference docs: ja_JP: remove SubmittingPatches docs: zh_CN: remove references to rust documentation dt-bindings: arm: update arm,coresight-cpu-debug.yaml reference Documentation: coresight: fix a documentation build warning MAINTAINERS: fix wildcard for mfd da90* files MAINTAINERS: fix a typo for hpe,gxp-spifi.yaml ABI: sysfs-bus-nvdimm: fix a doc build warning docs: leds: add leds-qcom-lpg.rst to the index file fscache: fix kernel-doc markup on two functions serial: document start_rx member at struct uart_ops fs/dcache: fix a kernel-doc markup Documentation/ABI/testing/sysfs-bus-nvdimm | 2 + Documentation/leds/index.rst | 1 + .../trace/coresight/coresight-cpu-debug.rst | 2 +- Documentation/trace/coresight/coresight.rst | 2 +- .../translations/ja_JP/SubmittingPatches | 722 ------------------ .../zh_CN/doc-guide/kernel-doc.rst | 2 - MAINTAINERS | 4 +- drivers/gpu/drm/scheduler/sched_main.c | 1 + include/drm/gpu_scheduler.h | 1 + include/linux/dcache.h | 10 +- include/linux/fscache.h | 4 +- include/linux/serial_core.h | 8 + mm/hugetlb_vmemmap.h | 2 +- scripts/kernel-doc | 8 +- 14 files changed, 33 insertions(+), 736 deletions(-) delete mode 100644 Documentation/translations/ja_JP/SubmittingPatches