From 257f2153762fa80912f5311a0fe88d25a57b6f29 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 9 Jul 2026 22:31:06 -0700 Subject: [PATCH] docs: ACPI: DSD: motorcomm: fix docs build error Separate the title with commas (since they are all run together 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 Reviewed-by: Andrew Lunn Link: https://patch.msgid.link/20260710053106.730399-1-rdunlap@infradead.org Signed-off-by: Rafael J. Wysocki --- .../firmware-guide/acpi/dsd/motorcomm-yt8xxx-phy.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/firmware-guide/acpi/dsd/motorcomm-yt8xxx-phy.rst b/Documentation/firmware-guide/acpi/dsd/motorcomm-yt8xxx-phy.rst index d64a396fac81..78d9b712721c 100644 --- a/Documentation/firmware-guide/acpi/dsd/motorcomm-yt8xxx-phy.rst +++ b/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)