diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-12 20:15:23 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-12 20:15:23 +0200 |
commit | 4855307b81f02af4853e02cba2ce16eb29376548 (patch) | |
tree | 18d04bc585e5c0370a2b5cf5bf628eb220b534b0 /Documentation/media/uapi/v4l/vidioc-queryctrl.rst | |
parent | [media] vidioc-g-dv-timings.rst: document interlaced defines (diff) | |
download | linux-4855307b81f02af4853e02cba2ce16eb29376548.tar.xz linux-4855307b81f02af4853e02cba2ce16eb29376548.zip |
[media] doc-rst: use the right markup for footnotes
According with ReST spec, footnotes should be like:
[#name], and not [name]. So, change them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/vidioc-queryctrl.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/vidioc-queryctrl.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-queryctrl.rst b/Documentation/media/uapi/v4l/vidioc-queryctrl.rst index 4342aceddd57..8d6e61a7284d 100644 --- a/Documentation/media/uapi/v4l/vidioc-queryctrl.rst +++ b/Documentation/media/uapi/v4l/vidioc-queryctrl.rst @@ -53,7 +53,7 @@ returns ``EINVAL``. In both cases, when the driver sets the ``V4L2_CTRL_FLAG_DISABLED`` flag in the ``flags`` field this control is permanently disabled and should -be ignored by the application. [1]_ +be ignored by the application. [#f1]_ When the application ORs ``id`` with ``V4L2_CTRL_FLAG_NEXT_CTRL`` the driver returns the next supported non-compound control, or ``EINVAL`` if @@ -776,7 +776,7 @@ EINVAL EACCES An attempt was made to read a write-only control. -.. [1] +.. [#f1] ``V4L2_CTRL_FLAG_DISABLED`` was intended for two purposes: Drivers can skip predefined controls not supported by the hardware (although returning ``EINVAL`` would do as well), or disable predefined and private |