]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/io-mapping.txt
Merge tag 'iio-fixes-for-3.16e' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / Documentation / io-mapping.txt
index 473e43b2d588281efc95a3e5cde589e18d4eefa1..5ca78426f54c58d10e3fd0030ad51f6ccb2b5b9b 100644 (file)
@@ -38,7 +38,7 @@ maps are more efficient:
 
        void io_mapping_unmap_atomic(void *vaddr)
 
-               'vaddr' must be the the value returned by the last
+               'vaddr' must be the value returned by the last
                io_mapping_map_atomic_wc call. This unmaps the specified
                page and allows the task to sleep once again.