[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180425162540.11574-2-andresx7@gmail.com>
Date: Wed, 25 Apr 2018 12:25:40 -0400
From: Andres Rodriguez <andresx7@...il.com>
To: linux-kernel@...r.kernel.org
Cc: andresx7@...il.com, gregkh@...uxfoundation.org, mcgrof@...nel.org,
alexdeucher@...il.com, christian.koenig@....com,
kvalo@...eaurora.org, arend.vanspriel@...adcom.com,
linux-wireless@...r.kernel.org, ath10k@...ts.infradead.org,
hdegoede@...hat.com
Subject: [PATCH 2/2] usb: typec: fix formatting errors that cause build breakage
The ASCII art illustration should be marked as a preformatted text
block. Otherwise the build will fail when attempting to parse it.
Fixes: bdecb33af34f ( "usb: typec: API for controlling USB ..." )
Signed-off-by: Andres Rodriguez <andresx7@...il.com>
---
Documentation/driver-api/usb/typec.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/driver-api/usb/typec.rst b/Documentation/driver-api/usb/typec.rst
index feb31946490b..48ff58095f11 100644
--- a/Documentation/driver-api/usb/typec.rst
+++ b/Documentation/driver-api/usb/typec.rst
@@ -210,7 +210,7 @@ If the connector is dual-role capable, there may also be a switch for the data
role. USB Type-C Connector Class does not supply separate API for them. The
port drivers can use USB Role Class API with those.
-Illustration of the muxes behind a connector that supports an alternate mode:
+Illustration of the muxes behind a connector that supports an alternate mode::
------------------------
| Connector |
--
2.14.1
Powered by blists - more mailing lists