media: vidioc-reqbufs/create-bufs.rst: fix typo
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 20 Apr 2020 12:57:38 +0000 (14:57 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 29 Apr 2020 10:03:56 +0000 (12:03 +0200)
any others capabilities -> any other capabilities

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/userspace-api/media/v4l/vidioc-create-bufs.rst
Documentation/userspace-api/media/v4l/vidioc-reqbufs.rst

index bd58023..e1afc5b 100644 (file)
@@ -113,7 +113,7 @@ than the number requested.
       - Set by the driver. If 0, then the driver doesn't support
         capabilities. In that case all you know is that the driver is
        guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support
-       other :c:type:`v4l2_memory` types. It will not support any others
+       other :c:type:`v4l2_memory` types. It will not support any other
        capabilities. See :ref:`here <v4l2-buf-capabilities>` for a list of the
        capabilities.
 
index 79884bb..b6d5208 100644 (file)
@@ -104,7 +104,7 @@ aborting or finishing any DMA in progress, an implicit
       - Set by the driver. If 0, then the driver doesn't support
         capabilities. In that case all you know is that the driver is
        guaranteed to support ``V4L2_MEMORY_MMAP`` and *might* support
-       other :c:type:`v4l2_memory` types. It will not support any others
+       other :c:type:`v4l2_memory` types. It will not support any other
        capabilities.
 
        If you want to query the capabilities with a minimum of side-effects,