diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 15:11:12 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 16:56:21 +0300 |
commit | 6710ea47fd8bcd8d5d931d8d296c444162bb6d36 (patch) | |
tree | 2d637d4ab9532155e49d9c62b02054dfff617c67 /Documentation/media/uapi | |
parent | 8968da9b8622f2da9b7f0a695acbe341ea28f55e (diff) | |
download | linux-6710ea47fd8bcd8d5d931d8d296c444162bb6d36.tar.xz |
[media] doc-rst: fix htmldocs build warnings
Fix those warnings:
Documentation/output/videodev2.h.rst:6: WARNING: undefined label: vidioc_unsubscribe_event (if the link has no caption the label must precede a section header)
Documentation/media/uapi/v4l/dev-overlay.rst:248: WARNING: Title underline too short.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi')
-rw-r--r-- | Documentation/media/uapi/v4l/dev-overlay.rst | 2 | ||||
-rw-r--r-- | Documentation/media/uapi/v4l/vidioc-subscribe-event.rst | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/media/uapi/v4l/dev-overlay.rst b/Documentation/media/uapi/v4l/dev-overlay.rst index 3edb53bfaa27..92b4471b0c6e 100644 --- a/Documentation/media/uapi/v4l/dev-overlay.rst +++ b/Documentation/media/uapi/v4l/dev-overlay.rst @@ -245,7 +245,7 @@ exceeded are undefined. [#f3]_ .. _v4l2-clip: struct v4l2_clip [#f4]_ ---------------------- +----------------------- ``struct v4l2_rect c`` Coordinates of the clipping rectangle, relative to the top, left diff --git a/Documentation/media/uapi/v4l/vidioc-subscribe-event.rst b/Documentation/media/uapi/v4l/vidioc-subscribe-event.rst index 3ed91c627702..3f28e8c47960 100644 --- a/Documentation/media/uapi/v4l/vidioc-subscribe-event.rst +++ b/Documentation/media/uapi/v4l/vidioc-subscribe-event.rst @@ -1,6 +1,7 @@ .. -*- coding: utf-8; mode: rst -*- .. _VIDIOC_SUBSCRIBE_EVENT: +.. _VIDIOC_UNSUBSCRIBE_EVENT: ****************************************************** ioctl VIDIOC_SUBSCRIBE_EVENT, VIDIOC_UNSUBSCRIBE_EVENT @@ -54,8 +55,8 @@ using the :ref:`VIDIOC_DQEVENT` ioctl. - Type of the event, see :ref:`event-type`. .. note:: ``V4L2_EVENT_ALL`` can be used with - :ref:`VIDIOC_UNSUBSCRIBE_EVENT` for unsubscribing all events - at once. + :ref:`VIDIOC_UNSUBSCRIBE_EVENT <VIDIOC_SUBSCRIBE_EVENT>` for + unsubscribing all events at once. - .. row 2 |