Message ID | 20180425162540.11574-2-andresx7@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Apr 25, 2018 at 12:25:40PM -0400, Andres Rodriguez wrote: > 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@gmail.com> > --- > Documentation/driver-api/usb/typec.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This is already in my usb tree and will go to Linus in a day or so. thanks, greg k-h
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 |
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@gmail.com> --- Documentation/driver-api/usb/typec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)