Messages in this thread Patch in this message |  | | From | changbin.du@intel ... | Subject | [PATCH] Documentation: fix reST markup error in driver-api/usb/typec.rst | Date | Sun, 8 Apr 2018 10:47:12 +0800 |
| |
From: Changbin Du <changbin.du@intel.com>
There is an format error in driver-api/usb/typec.rst that breaks sphinx docs building.
reST markup error: /home/changbin/work/linux/Documentation/driver-api/usb/typec.rst:215: (SEVERE/4) Unexpected section title or transition.
------------------------ Documentation/Makefile:68: recipe for target 'htmldocs' failed make[1]: *** [htmldocs] Error 1 Makefile:1527: recipe for target 'htmldocs' failed make: *** [htmldocs] Error 2
Signed-off-by: Changbin Du <changbin.du@intel.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 feb3194..48ff580 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.7.4
|  |