linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH next] docs/ABI: testing: aspeed-uart-routing: Escape asterisk
@ 2022-01-24  1:43 Chia-Wei Wang
  2022-02-01  7:01 ` Joel Stanley
  0 siblings, 1 reply; 3+ messages in thread
From: Chia-Wei Wang @ 2022-01-24  1:43 UTC (permalink / raw)
  To: sfr, joel, andrew, linux-arm-kernel, linux-aspeed, linux-kernel

Escape asterisk symbols to fix the following warning:

"WARNING: Inline emphasis start-string without end-string"

Fixes: c6807970c3bc ("soc: aspeed: Add UART routing support")
Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
---
 Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing | 6 +++---
 1 file changed, 3 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..910df0e5815a 100644
--- a/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing
+++ b/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing
@@ -1,4 +1,4 @@
-What:		/sys/bus/platform/drivers/aspeed-uart-routing/*/uart*
+What:		/sys/bus/platform/drivers/aspeed-uart-routing/\*/uart\*
 Date:		September 2021
 Contact:	Oskar Senft <osk@google.com>
 		Chia-Wei Wang <chiawei_wang@aspeedtech.com>
@@ -9,7 +9,7 @@ Description:	Selects the RX source of the UARTx device.
 		depends on the selected file.
 
 		e.g.
-		cat /sys/bus/platform/drivers/aspeed-uart-routing/*.uart_routing/uart1
+		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).
@@ -17,7 +17,7 @@ Description:	Selects the RX source of the UARTx device.
 Users:		OpenBMC.  Proposed changes should be mailed to
 		openbmc@lists.ozlabs.org
 
-What:		/sys/bus/platform/drivers/aspeed-uart-routing/*/io*
+What:		/sys/bus/platform/drivers/aspeed-uart-routing/\*/io\*
 Date:		September 2021
 Contact:	Oskar Senft <osk@google.com>
 		Chia-Wei Wang <chiawei_wang@aspeedtech.com>
-- 
2.25.1


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

* Re: [PATCH next] docs/ABI: testing: aspeed-uart-routing: Escape asterisk
  2022-01-24  1:43 [PATCH next] docs/ABI: testing: aspeed-uart-routing: Escape asterisk Chia-Wei Wang
@ 2022-02-01  7:01 ` Joel Stanley
  2022-02-07  0:46   ` ChiaWei Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Stanley @ 2022-02-01  7:01 UTC (permalink / raw)
  To: Chia-Wei Wang
  Cc: Stephen Rothwell, Andrew Jeffery, Linux ARM, linux-aspeed,
	Linux Kernel Mailing List

On Mon, 24 Jan 2022 at 01:44, Chia-Wei Wang <chiawei_wang@aspeedtech.com> wrote:
>
> Escape asterisk symbols to fix the following warning:
>
> "WARNING: Inline emphasis start-string without end-string"
>
> Fixes: c6807970c3bc ("soc: aspeed: Add UART routing support")
> Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>

Thanks Chai-Wei, I've sent this to the soc maintainers to apply as a fix.

> ---
>  Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing | 6 +++---
>  1 file changed, 3 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..910df0e5815a 100644
> --- a/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing
> +++ b/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing
> @@ -1,4 +1,4 @@
> -What:          /sys/bus/platform/drivers/aspeed-uart-routing/*/uart*
> +What:          /sys/bus/platform/drivers/aspeed-uart-routing/\*/uart\*
>  Date:          September 2021
>  Contact:       Oskar Senft <osk@google.com>
>                 Chia-Wei Wang <chiawei_wang@aspeedtech.com>
> @@ -9,7 +9,7 @@ Description:    Selects the RX source of the UARTx device.
>                 depends on the selected file.
>
>                 e.g.
> -               cat /sys/bus/platform/drivers/aspeed-uart-routing/*.uart_routing/uart1
> +               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).
> @@ -17,7 +17,7 @@ Description:  Selects the RX source of the UARTx device.
>  Users:         OpenBMC.  Proposed changes should be mailed to
>                 openbmc@lists.ozlabs.org
>
> -What:          /sys/bus/platform/drivers/aspeed-uart-routing/*/io*
> +What:          /sys/bus/platform/drivers/aspeed-uart-routing/\*/io\*
>  Date:          September 2021
>  Contact:       Oskar Senft <osk@google.com>
>                 Chia-Wei Wang <chiawei_wang@aspeedtech.com>
> --
> 2.25.1
>

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

* RE: [PATCH next] docs/ABI: testing: aspeed-uart-routing: Escape asterisk
  2022-02-01  7:01 ` Joel Stanley
@ 2022-02-07  0:46   ` ChiaWei Wang
  0 siblings, 0 replies; 3+ messages in thread
From: ChiaWei Wang @ 2022-02-07  0:46 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Stephen Rothwell, Andrew Jeffery, Linux ARM, linux-aspeed,
	Linux Kernel Mailing List

> From: Joel Stanley <joel@jms.id.au>
> Sent: Tuesday, February 1, 2022 3:02 PM
> 
> On Mon, 24 Jan 2022 at 01:44, Chia-Wei Wang
> <chiawei_wang@aspeedtech.com> wrote:
> >
> > Escape asterisk symbols to fix the following warning:
> >
> > "WARNING: Inline emphasis start-string without end-string"
> >
> > Fixes: c6807970c3bc ("soc: aspeed: Add UART routing support")
> > Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
> 
> Thanks Chai-Wei, I've sent this to the soc maintainers to apply as a fix.

Thanks for helping on this!

Regards,
Chiawei

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

end of thread, other threads:[~2022-02-07  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24  1:43 [PATCH next] docs/ABI: testing: aspeed-uart-routing: Escape asterisk Chia-Wei Wang
2022-02-01  7:01 ` Joel Stanley
2022-02-07  0:46   ` ChiaWei Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).