From: Paul Kocialkowski Date: Thu, 20 Jul 2023 10:07:01 +0000 (+0200) Subject: media: doc: dev-encoder: Fixup whitespace before bold asterisks X-Git-Tag: v6.6.17~4033^2~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1526ae0fd815b65ec1f3d080428a38ba484462da;p=platform%2Fkernel%2Flinux-rpi.git media: doc: dev-encoder: Fixup whitespace before bold asterisks An extra whitespace after the asterisks prevents bold syntax parsing and results in the asterisks shown in the (non-bold) title. Signed-off-by: Paul Kocialkowski Signed-off-by: Hans Verkuil --- diff --git a/Documentation/userspace-api/media/v4l/dev-encoder.rst b/Documentation/userspace-api/media/v4l/dev-encoder.rst index aa338b9..c82d276 100644 --- a/Documentation/userspace-api/media/v4l/dev-encoder.rst +++ b/Documentation/userspace-api/media/v4l/dev-encoder.rst @@ -233,7 +233,7 @@ Initialization :c:func:`VIDIOC_S_PARM`. This also sets the coded frame interval on the ``CAPTURE`` queue to the same value. - * ** Required fields:** + * **Required fields:** ``type`` a ``V4L2_BUF_TYPE_*`` enum appropriate for ``OUTPUT``. @@ -284,7 +284,7 @@ Initialization the case for off-line encoding. Support for this feature is signalled by the :ref:`V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL ` format flag. - * ** Required fields:** + * **Required fields:** ``type`` a ``V4L2_BUF_TYPE_*`` enum appropriate for ``CAPTURE``.