From: Luca Ceresoli Date: Wed, 21 Mar 2018 17:49:39 +0000 (-0400) Subject: media: doc: fix ReST link syntax X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=eed5756519ad4b43238370763f73a1ce115d41ca;p=openwrt%2Fstaging%2Fblogic.git media: doc: fix ReST link syntax There is a ':' in excess, resulting in an unwanted ':' in the rendered output. Signed-off-by: Luca Ceresoli Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/media/kapi/v4l2-dev.rst b/Documentation/media/kapi/v4l2-dev.rst index 7bb0505b60f1..eb03ccc41c41 100644 --- a/Documentation/media/kapi/v4l2-dev.rst +++ b/Documentation/media/kapi/v4l2-dev.rst @@ -31,7 +31,7 @@ of the video device exits. The default :c:func:`video_device_release` callback currently just calls ``kfree`` to free the allocated memory. -There is also a ::c:func:`video_device_release_empty` function that does +There is also a :c:func:`video_device_release_empty` function that does nothing (is empty) and should be used if the struct is embedded and there is nothing to do when it is released.