From: Hans Verkuil Date: Thu, 18 Mar 2021 14:27:46 +0000 (+0100) Subject: media: buffer.rst: fix incorrect :c:type X-Git-Tag: v5.13-rc1~124^2~245 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abe1338c5e7e944f1015f42e82b4a19aedcc47cb;p=thirdparty%2Fkernel%2Flinux.git media: buffer.rst: fix incorrect :c:type :c:type:`struct v4l2_requestbuffers` should be struct :c:type:`v4l2_requestbuffers`. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/userspace-api/media/v4l/buffer.rst b/Documentation/userspace-api/media/v4l/buffer.rst index 4b2696a392df2..e991ba73d8732 100644 --- a/Documentation/userspace-api/media/v4l/buffer.rst +++ b/Documentation/userspace-api/media/v4l/buffer.rst @@ -585,7 +585,7 @@ Buffer Flags - ``V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF`` - 0x00000200 - - Only valid if :c:type:`struct v4l2_requestbuffers` flag ``V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF`` is + - Only valid if struct :c:type:`v4l2_requestbuffers` flag ``V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF`` is set. It is typically used with stateless decoders where multiple output buffers each decode to a slice of the decoded frame. Applications can set this flag when queueing the output buffer