spi: docs: spidev: fix echo command format
authorDavid Lechner <dlechner@baylibre.com>
Tue, 19 Mar 2024 18:33:42 +0000 (13:33 -0500)
committerMark Brown <broonie@kernel.org>
Tue, 19 Mar 2024 18:37:55 +0000 (18:37 +0000)
commit2ff0573e7aff5129d73ec5c3159cd84d862cb1cc
treea2dd256f16757656179ca22abaea15d146b00ff8
parentcf6d79a0f5769b5f4d9579ddaf88d2c30b03b873
spi: docs: spidev: fix echo command format

The two example echo commands for binding the spidev driver were being
rendered as one line in the HTML output. This patch makes use of the
restructured text :: to format the commands as a code block instead
which preserves the line break.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://msgid.link/r/20240319183344.2106335-1-dlechner@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/spi/spidev.rst