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

media: videodev2.h.rst.exceptions: add missing exceptions

Add new exceptions for V4L2_COLORSPACE_LAST, V4L2_XFER_FUNC_LAST
and V4L2_YCBCR_ENC_LAST.

This fixes documentation warnings:

Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-colorspace-last
Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-xfer-func-last
Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-ycbcr-enc-last

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
4b923373 af89bb20

+3
+3
Documentation/userspace-api/media/videodev2.h.rst.exceptions
··· 70 70 replace symbol V4L2_COLORSPACE_SMPTE170M :c:type:`v4l2_colorspace` 71 71 replace symbol V4L2_COLORSPACE_SMPTE240M :c:type:`v4l2_colorspace` 72 72 replace symbol V4L2_COLORSPACE_SRGB :c:type:`v4l2_colorspace` 73 + replace symbol V4L2_COLORSPACE_LAST :c:type:`v4l2_colorspace` 73 74 74 75 # Documented enum v4l2_xfer_func 75 76 replace symbol V4L2_XFER_FUNC_709 :c:type:`v4l2_xfer_func` ··· 82 81 replace symbol V4L2_XFER_FUNC_SMPTE2084 :c:type:`v4l2_xfer_func` 83 82 replace symbol V4L2_XFER_FUNC_SMPTE240M :c:type:`v4l2_xfer_func` 84 83 replace symbol V4L2_XFER_FUNC_SRGB :c:type:`v4l2_xfer_func` 84 + replace symbol V4L2_XFER_FUNC_LAST :c:type:`v4l2_xfer_func` 85 85 86 86 # Documented enum v4l2_ycbcr_encoding 87 87 replace symbol V4L2_YCBCR_ENC_601 :c:type:`v4l2_ycbcr_encoding` ··· 94 92 replace symbol V4L2_YCBCR_ENC_XV601 :c:type:`v4l2_ycbcr_encoding` 95 93 replace symbol V4L2_YCBCR_ENC_XV709 :c:type:`v4l2_ycbcr_encoding` 96 94 replace symbol V4L2_YCBCR_ENC_SMPTE240M :c:type:`v4l2_ycbcr_encoding` 95 + replace symbol V4L2_YCBCR_ENC_LAST :c:type:`v4l2_ycbcr_encoding` 97 96 98 97 # Documented enum v4l2_hsv_encoding 99 98 replace symbol V4L2_HSV_ENC_180 :c:type:`v4l2_hsv_encoding`