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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
1682986d 726b5bd3

+1 -1
+1 -1
Documentation/driver-api/uio-howto.rst
··· 274 274 region, it will show up in the corresponding sysfs node. 275 275 276 276 - ``int memtype``: Required if the mapping is used. Set this to 277 - ``UIO_MEM_PHYS`` if you you have physical memory on your card to be 277 + ``UIO_MEM_PHYS`` if you have physical memory on your card to be 278 278 mapped. Use ``UIO_MEM_LOGICAL`` for logical memory (e.g. allocated 279 279 with :c:func:`__get_free_pages()` but not kmalloc()). There's also 280 280 ``UIO_MEM_VIRTUAL`` for virtual memory.