Documentation: w1: Fix SPDX comment syntax on masters and slaves toctree index
Commite9bb627561
("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 ind8fb03e1ea
("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:e9bb627561
("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>
This commit is contained in:
parent
7e5a0fe4e8
commit
f874abea20
|
@ -1,4 +1,4 @@
|
|||
. SPDX-License-Identifier: GPL-2.0
|
||||
.. SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
=====================
|
||||
1-wire Master Drivers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
. SPDX-License-Identifier: GPL-2.0
|
||||
.. SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
====================
|
||||
1-wire Slave Drivers
|
||||
|
|
Loading…
Reference in New Issue