]> git.baikalelectronics.ru Git - kernel.git/commit
media: pixfmt-meta-rkisp1.rst: fix two build warnings
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 3 Dec 2020 12:50:33 +0000 (13:50 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 3 Dec 2020 12:54:54 +0000 (13:54 +0100)
commitc5f15693220a5b64cfdaae322eabac9ccd870121
treead795e5e4c8ca7e0506cb4287e1b8a2143d60d4a
parent9cbb374719c95adc00e47f234485cb320a855104
media: pixfmt-meta-rkisp1.rst: fix two build warnings

With Sphinx 2.x: those two warnings are produced:

/devel/v4l/docs/sphinx2/Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-meta-fmt-rk-isp1-params (if the link has no caption the label must precede a section header)
/devel/v4l/docs/sphinx2/Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-meta-fmt-rk-isp1-stat-3a (if the link has no caption the label must precede a section header)

The reason is that there's no blank line between the two
identifiers.

Fixes: c4975f9ddb06 ("media: admin-guide/pixfmt-meta-rkisp1.rst: pixfmt reference conforming with macro")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/userspace-api/media/v4l/pixfmt-meta-rkisp1.rst