From bb27da1d3ff4031203c336089324d2271a2c3370 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 2 Jul 2016 09:15:48 -0300 Subject: [PATCH] doc-rst: control: Fix missing reference for example 8 The conversion broke references and captions for examples. Fix the missing reference for control enumeration. Signed-off-by: Mauro Carvalho Chehab --- Documentation/linux_tv/media/v4l/control.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/linux_tv/media/v4l/control.rst b/Documentation/linux_tv/media/v4l/control.rst index 5defd1995e13..736d79080229 100644 --- a/Documentation/linux_tv/media/v4l/control.rst +++ b/Documentation/linux_tv/media/v4l/control.rst @@ -371,6 +371,8 @@ device has one or more controls, ``VIDIOC_QUERYMENU`` when it has one or more menu type controls. +.. _enum_all_controls: + .. code-block:: c :caption: Example 8: Enumerating all user controls -- 2.39.5