]> www.infradead.org Git - users/dwmw2/linux.git/commit
tools: usb: p9_fwd: wrap USBG shell command examples in literal code blocks
authorBagas Sanjaya <bagasdotme@gmail.com>
Sun, 8 Sep 2024 11:34:23 +0000 (18:34 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Sep 2024 13:33:47 +0000 (15:33 +0200)
commit0088d7581b12c6b310fb57a25b7c07622655c23d
tree83527e344c6d3fff1dd286ed82603377e6606b5f
parent7b24a3bce42b9a0cbafd1bd12de349b82c649b79
tools: usb: p9_fwd: wrap USBG shell command examples in literal code blocks

Stephen Rothwell reported htmldocs warning when merging usb tree:

Documentation/filesystems/9p.rst:99: ERROR: Unexpected indentation.

That's because Sphinx tries rendering p9_fwd.py output as a grid table
instead.

Wrap shell commands in "USBG Example" section in literal code blocks
to fix above warning and to be in line with rest of commands in the doc.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20240905184059.0f30ff9a@canb.auug.org.au/
Fixes: 673f0c3ffc75 ("tools: usb: p9_fwd: add usb gadget packet forwarder script")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Acked-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Link: https://lore.kernel.org/r/20240908113423.158352-1-bagasdotme@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/filesystems/9p.rst