]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation: w1: Fix SPDX comment syntax on masters and slaves toctree index
authorBagas Sanjaya <bagasdotme@gmail.com>
Tue, 9 Sep 2025 02:21:42 +0000 (09:21 +0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 9 Sep 2025 18:57:07 +0000 (12:57 -0600)
Commit e9bb627561535d ("docs: w1: convert to ReST and add to the kAPI
group of docs") converts 1-Wire docs to reST alongside with SPDX
comment, yet the comment is written in one dot as opposed to two in
order to be recognized as comment directive, which spills it into
htmldocs output. This issue is partially fixed in d8fb03e1ea64e7 ("docs:
w1: Fix SPDX-License-Identifier syntax") as it only touches top-level w1
toctree.

Do the same fix on masters and slaves toctrees.

Fixes: e9bb62756153 ("docs: w1: convert to ReST and add to the kAPI group of docs")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250909022142.18007-1-bagasdotme@gmail.com>

Documentation/w1/masters/index.rst
Documentation/w1/slaves/index.rst

index cc40189909fd17098d2a3763a0e1d401de92b889..871442c7f195bfaa388729eba398d4e00366f223 100644 (file)
@@ -1,4 +1,4 @@
-. SPDX-License-Identifier: GPL-2.0
+.. SPDX-License-Identifier: GPL-2.0
 
 =====================
 1-wire Master Drivers
index d0697b202f09f041fa9ff8fc09f9d624d66b0c22..a210f38c889c14c285189658043c1cb6630157d0 100644 (file)
@@ -1,4 +1,4 @@
-. SPDX-License-Identifier: GPL-2.0
+.. SPDX-License-Identifier: GPL-2.0
 
 ====================
 1-wire Slave Drivers