Commit faaed02a authored by Hans Verkuil's avatar Hans Verkuil

Documentation: media: buffer.rst: fix V4L2_BUF_FLAG_PREPARED

The list of ioctls that set or clear this flag was garbled in the generator
output. Put in the proper text.
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 73e0538b
......@@ -549,9 +549,9 @@ Buffer Flags
- 0x00000400
- The buffer has been prepared for I/O and can be queued by the
application. Drivers set or clear this flag when the
:ref:`VIDIOC_QUERYBUF`,
:ref:`VIDIOC_QUERYBUF <VIDIOC_QUERYBUF>`,
:ref:`VIDIOC_PREPARE_BUF <VIDIOC_QBUF>`,
:ref:`VIDIOC_QBUF` or
:ref:`VIDIOC_QBUF <VIDIOC_QBUF>` or
:ref:`VIDIOC_DQBUF <VIDIOC_QBUF>` ioctl is called.
* .. _`V4L2-BUF-FLAG-NO-CACHE-INVALIDATE`:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment