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>
This commit is contained in:
Luca Ceresoli 2018-03-21 13:49:39 -04:00 committed by Mauro Carvalho Chehab
parent 67b6c672a7
commit eed5756519
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ of the video device exits.
The default :c:func:`video_device_release` callback currently The default :c:func:`video_device_release` callback currently
just calls ``kfree`` to free the allocated memory. 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 nothing (is empty) and should be used if the struct is embedded and there
is nothing to do when it is released. is nothing to do when it is released.