On Sat, May 13, 2017 at 03:49:17PM +0200, Markus Heiser wrote:
> Even if this file is not yet included in any toctree, it is parsed by
> Sphinx since it is named '.rst'. This patch fixes the following two
> ERRORs from Sphinx build:
> 
> Documentation/usb/typec.rst:116: ERROR: Error in "kernel-doc" directive:
> invalid option block.
> 
> .. kernel-doc:: drivers/usb/typec/typec.c
>    :functions: typec_register_cable typec_unregister_cable typec_register_plug
>    typec_unregister_plug
> 
> Documentation/usb/typec.rst:139: ERROR: Error in "kernel-doc" directive:
> invalid option block.
> 
> .. kernel-doc:: drivers/usb/typec/typec.c
>    :functions: typec_set_data_role typec_set_pwr_role typec_set_vconn_role
>    typec_set_pwr_opmode
> 
> Signed-off-by: Markus Heiser <markus.hei...@darmarit.de>
> ---
>  Documentation/usb/typec.rst | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)

Applied:
https://github.com/krohei/linux/commits/typec


Thanks,

-- 
heikki
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to