From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XxzZK-0008HG-MU for barebox@lists.infradead.org; Mon, 08 Dec 2014 14:45:47 +0000 Received: from dude.hi.4.pengutronix.de ([10.1.0.7] helo=dude.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XxzYx-0006lo-CJ for barebox@lists.infradead.org; Mon, 08 Dec 2014 15:45:23 +0100 From: Lucas Stach Date: Mon, 8 Dec 2014 15:45:23 +0100 Message-Id: <1418049923-6176-1-git-send-email-l.stach@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] doc: usb: add missing new line in codeblock To: barebox@lists.infradead.org Fixes an error during doc generation that leads to the code block being missing in the resulting docs. Signed-off-by: Lucas Stach --- Documentation/user/usb.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/user/usb.rst b/Documentation/user/usb.rst index 88be62053629..0ff982bac462 100644 --- a/Documentation/user/usb.rst +++ b/Documentation/user/usb.rst @@ -155,6 +155,7 @@ value ``otg``. setting this to ``host`` or ``device`` puts the device in the cor mode. Once a specific mode has been selected it can't be changed later anymore. .. code-block:: sh + barebox:/ devinfo otg0 Parameters: mode: otg ("otg", "host", "peripheral") -- 2.1.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox