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)
commitf1b7d5ffc257915d0baf58aa8515cf3f70c93c77
treef607364bdbd4512e26115364de025a43e2dc5115
parent71e6d0608e4d1b79069990c7dacb3600ced28a3b
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: 72a74c8f0a0d ("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