Netdev List
 help / color / mirror / Atom feed
* [PATCH] docs: ACPI: DSD: motorcomm: fix docs build error
@ 2026-07-10  5:31 Randy Dunlap
  2026-07-10 16:37 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2026-07-10  5:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, chunzhi.lin, Jakub Kicinski, netdev, Russell King,
	linux-acpi, David S. Miller, Eric Dumazet, Paolo Abeni,
	Simon Horman

Separate the title with commas (since they are all run togethe in the
produced output) and add a blank line before the descriptive text to
avoid a docs build error:

Documentation/firmware-guide/acpi/dsd/motorcomm-yt8xxx-phy.rst:70: ERROR: Unexpected indentation. [docutils]

Fixes: 28f431eac1e5 ("docs: acpi: dsd: add Motorcomm yt8xxx PHY properties")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: chunzhi.lin <linchunzhi0@gmail.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
Cc: Russell King <linux@armlinux.org.uk>
Cc: linux-acpi@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: Simon Horman <horms@kernel.org>

 Documentation/firmware-guide/acpi/dsd/motorcomm-yt8xxx-phy.rst |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- linext-2026-0708.orig/Documentation/firmware-guide/acpi/dsd/motorcomm-yt8xxx-phy.rst
+++ linext-2026-0708/Documentation/firmware-guide/acpi/dsd/motorcomm-yt8xxx-phy.rst
@@ -64,9 +64,10 @@ defaults as [motorcomm-yt8xxx]_.
   Enables adjustments related to ``motorcomm,tx-clk-*-inverted`` usage; see
   [motorcomm-yt8xxx]_.
 
-``motorcomm,tx-clk-10-inverted`` (boolean, optional)
-``motorcomm,tx-clk-100-inverted`` (boolean, optional)
+``motorcomm,tx-clk-10-inverted`` (boolean, optional),
+``motorcomm,tx-clk-100-inverted`` (boolean, optional),
 ``motorcomm,tx-clk-1000-inverted`` (boolean, optional)
+
   Per-speed TX clock inversion options; see [motorcomm-yt8xxx]_.
 
 ASL example (illustrative)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-10 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10  5:31 [PATCH] docs: ACPI: DSD: motorcomm: fix docs build error Randy Dunlap
2026-07-10 16:37 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox