diff options
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | 2022-05-20 13:14:29 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2022-05-23 09:01:14 +0200 |
commit | 29344918a24791ebd149d6980dc3ed68cba55603 (patch) | |
tree | bba318cfa6015c51f703ccde236d812ac5c140f4 /Documentation | |
parent | ea21190d061be7a0b3c74e930ba6a36ad0159c75 (diff) | |
download | barebox-29344918a24791ebd149d6980dc3ed68cba55603.tar.gz |
Documentation: user: usb: fix literal block :: when : is intended
The line is followed by a list, not an indented literal block, so
just a single colon should be used. This fixes following warning:
WARNING: Literal block expected; none found.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Link: https://lore.barebox.org/20220520111429.2716691-2-a.fatoum@pengutronix.de
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user/usb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user/usb.rst b/Documentation/user/usb.rst index 62f6796c95..2479efe9d6 100644 --- a/Documentation/user/usb.rst +++ b/Documentation/user/usb.rst @@ -267,7 +267,7 @@ USB Gadget autostart Options ``global.system.partitions`` Common function description for all of DFU, fastboot and USB mass storage gadgets. Both Fastboot and DFU partitions also have dedicated override - variables for backwards-compatibility:: + variables for backwards-compatibility: ``global.usbgadget.dfu_function`` Function description for DFU. See :ref:`command_usbgadget` -D [desc]. |