summaryrefslogtreecommitdiffstats
path: root/Documentation/media/kapi
diff options
context:
space:
mode:
authorLuca Ceresoli2018-03-21 18:49:39 +0100
committerMauro Carvalho Chehab2018-04-04 12:12:52 +0200
commiteed5756519ad4b43238370763f73a1ce115d41ca (patch)
tree555eae7b827a14ac79525b2166aa00cf46952c15 /Documentation/media/kapi
parentmedia: staging: media: davinci_vpfe: fix spelling of resizer_configure_in_con... (diff)
downloadkernel-qcow2-linux-eed5756519ad4b43238370763f73a1ce115d41ca.tar.gz
kernel-qcow2-linux-eed5756519ad4b43238370763f73a1ce115d41ca.tar.xz
kernel-qcow2-linux-eed5756519ad4b43238370763f73a1ce115d41ca.zip
media: doc: fix ReST link syntax
There is a ':' in excess, resulting in an unwanted ':' in the rendered output. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/kapi')
-rw-r--r--Documentation/media/kapi/v4l2-dev.rst2
1 files changed, 1 insertions, 1 deletions
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.