[PATCH 2/2] Documentation: user: usb: fix literal block :: when : is intended

Ahmad Fatoum a.fatoum at pengutronix.de
Fri May 20 04:14:29 PDT 2022


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 at pengutronix.de>
---
 Documentation/user/usb.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/user/usb.rst b/Documentation/user/usb.rst
index 62f6796c9531..2479efe9d6fa 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].
-- 
2.30.2




More information about the barebox mailing list