]> git.baikalelectronics.ru Git - kernel.git/commit
media: pixfmt-yuv-planar.rst: fix PIX_FMT labels
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 8 Mar 2022 08:25:56 +0000 (09:25 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 18 Mar 2022 06:27:37 +0000 (07:27 +0100)
commit05f2e1574d0074951519718b313dab506b348e4d
treef607364bdbd4512e26115364de025a43e2dc5115
parent5f5109e38dd4f27a0975dec71107f301f89f7187
media: pixfmt-yuv-planar.rst: fix PIX_FMT labels

Two labels used _ instead of - so were never found and one new PIX_FMT was
missing the label altogether. This led to these warnings:

Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-pix-fmt-nv12m-8l128
Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-pix-fmt-nv12m-10be-8l128
Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-pix-fmt-mm21

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Fixes: d3795e5e5122 ("media: add nv12m_8l128 and nv12m_10be_8l128 video format.")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst