Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: media: fix VIDIOC_REMOVE_BUFS typo

Add missing `. The missing backtick messed up the documentation output.

Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

+1 -1
+1 -1
Documentation/userspace-api/media/v4l/vidioc-remove-bufs.rst
··· 54 54 - ``count`` 55 55 - The number of buffers to be removed with indices 'index' until 'index + count - 1'. 56 56 All buffers in this range must be valid and in DEQUEUED state. 57 - :ref:`VIDIOC_REMOVE_BUFS` will always check the validity of ``type`, if it is 57 + :ref:`VIDIOC_REMOVE_BUFS` will always check the validity of ``type``, if it is 58 58 invalid it returns ``EINVAL`` error code. 59 59 If count is set to 0 :ref:`VIDIOC_REMOVE_BUFS` will do nothing and return 0. 60 60 * - __u32