aboutsummaryrefslogtreecommitdiff
path: root/Documentation/driver-api/uio-howto.rst
diff options
context:
space:
mode:
authorGravatar Randy Dunlap <rdunlap@infradead.org> 2020-07-03 20:44:59 -0700
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2020-07-10 14:58:01 +0200
commit1682986df00ce3577f4ba45d0241228ea724da04 (patch)
treec4b1a0d6177e0ed268375b2a446ba42ccad71acb /Documentation/driver-api/uio-howto.rst
parentDocumentation/driver-api: firmware/request_firmware: drop doubled word (diff)
downloadlinux-1682986df00ce3577f4ba45d0241228ea724da04.tar.gz
linux-1682986df00ce3577f4ba45d0241228ea724da04.tar.bz2
linux-1682986df00ce3577f4ba45d0241228ea724da04.zip
Documentation/driver-api: uio-howto: drop doubled word
Drop the doubled word "you". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20200704034502.17199-15-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api/uio-howto.rst')
-rw-r--r--Documentation/driver-api/uio-howto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/uio-howto.rst b/Documentation/driver-api/uio-howto.rst
index 84091cd25dc4..907ffa3b38f5 100644
--- a/Documentation/driver-api/uio-howto.rst
+++ b/Documentation/driver-api/uio-howto.rst
@@ -274,7 +274,7 @@ fields of ``struct uio_mem``:
region, it will show up in the corresponding sysfs node.
- ``int memtype``: Required if the mapping is used. Set this to
- ``UIO_MEM_PHYS`` if you you have physical memory on your card to be
+ ``UIO_MEM_PHYS`` if you have physical memory on your card to be
mapped. Use ``UIO_MEM_LOGICAL`` for logical memory (e.g. allocated
with :c:func:`__get_free_pages()` but not kmalloc()). There's also
``UIO_MEM_VIRTUAL`` for virtual memory.