[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5c372eb8-d1f6-a001-fad2-fe11e0b37575@redhat.com>
Date: Fri, 25 Mar 2022 11:43:22 +0100
From: Hans de Goede <hdegoede@...hat.com>
To: "Rafael J . Wysocki" <rafael@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Zhang Rui <rui.zhang@...el.com>,
Huang Jianan <huangjianan@...o.com>,
Chia-Wei Wang <chiawei_wang@...eedtech.com>,
Arnd Bergmann <arnd@...db.de>
Cc: Amit Kucheria <amitk@...nel.org>,
Gao Xiang <hsiangkao@...ux.alibaba.com>,
Joel Stanley <joel@....id.au>,
Andrew Jeffery <andrew@...id.au>,
Stephen Rothwell <sfr@...b.auug.org.au>,
linux-pm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] Documentation/ABI: sysfs-driver-aspeed-uart-routing:
Fix sphinx warning
Hi,
On 3/24/22 17:59, Hans de Goede wrote:
> Fix the following warning from "make htmldocs":
>
> Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing:2:
> WARNING: Inline emphasis start-string without end-string.
>
> This is caused by the used of '*' in the example cat command,
> mark the command as code to fix this.
>
> Signed-off-by: Hans de Goede <hdegoede@...hat.com>
I see that this was already fixed by escaping the '*' with a '\',
apologies.
So this patch can be ignored / dropped.
Regards,
Hans
> ---
> Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing b/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing
> index b363827da437..1e25cd2cacc1 100644
> --- a/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing
> +++ b/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing
> @@ -8,9 +8,10 @@ Description: Selects the RX source of the UARTx device.
> selected option marked by brackets "[]". The list of available options
> depends on the selected file.
>
> - e.g.
> - cat /sys/bus/platform/drivers/aspeed-uart-routing/*.uart_routing/uart1
> - [io1] io2 io3 io4 uart2 uart3 uart4 io6
> + e.g.::
> +
> + # cat /sys/bus/platform/drivers/aspeed-uart-routing/*.uart_routing/uart1
> + [io1] io2 io3 io4 uart2 uart3 uart4 io6
>
> In this case, UART1 gets its input from IO1 (physical serial port 1).
>
Powered by blists - more mailing lists