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

media: Documentation: userspace-api/media: v4l/vidioc-qbuf: drop doubled word

Drop the doubled word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Randy Dunlap and committed by
Mauro Carvalho Chehab
33bbc0b3 c3027631

+1 -1
+1 -1
Documentation/userspace-api/media/v4l/vidioc-qbuf.rst
··· 163 163 The buffer ``type`` is not supported, or the ``index`` is out of 164 164 bounds, or no buffers have been allocated yet, or the ``userptr`` or 165 165 ``length`` are invalid, or the ``V4L2_BUF_FLAG_REQUEST_FD`` flag was 166 - set but the the given ``request_fd`` was invalid, or ``m.fd`` was 166 + set but the given ``request_fd`` was invalid, or ``m.fd`` was 167 167 an invalid DMABUF file descriptor. 168 168 169 169 EIO