Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Luca Ceresoli and committed by
Mauro Carvalho Chehab
eed57565 67b6c672

+1 -1
+1 -1
Documentation/media/kapi/v4l2-dev.rst
··· 31 31 The default :c:func:`video_device_release` callback currently 32 32 just calls ``kfree`` to free the allocated memory. 33 33 34 - There is also a ::c:func:`video_device_release_empty` function that does 34 + There is also a :c:func:`video_device_release_empty` function that does 35 35 nothing (is empty) and should be used if the struct is embedded and there 36 36 is nothing to do when it is released. 37 37