diff options
author | Xishi Qiu <qiuxishi@huawei.com> | 2013-11-06 16:18:19 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-02 08:48:28 -0500 |
commit | d9a6ed1fa43859a5eb94725b6c9565f8cbd113ab (patch) | |
tree | 50b42f78569760cc2bb15cb96ba958adf7c524e5 /Documentation/io-mapping.txt | |
parent | ff18dd8f1c7579d8b013705877c9bf4260770822 (diff) |
doc: fix some typos
Fix some typos in three documentations.
Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/io-mapping.txt')
-rw-r--r-- | Documentation/io-mapping.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/io-mapping.txt b/Documentation/io-mapping.txt index 473e43b2d588..5ca78426f54c 100644 --- a/Documentation/io-mapping.txt +++ b/Documentation/io-mapping.txt | |||
@@ -38,7 +38,7 @@ maps are more efficient: | |||
38 | 38 | ||
39 | void io_mapping_unmap_atomic(void *vaddr) | 39 | void io_mapping_unmap_atomic(void *vaddr) |
40 | 40 | ||
41 | 'vaddr' must be the the value returned by the last | 41 | 'vaddr' must be the value returned by the last |
42 | io_mapping_map_atomic_wc call. This unmaps the specified | 42 | io_mapping_map_atomic_wc call. This unmaps the specified |
43 | page and allows the task to sleep once again. | 43 | page and allows the task to sleep once again. |
44 | 44 | ||