diff options
author | Xishi Qiu <qiuxishi@huawei.com> | 2013-11-06 13:18:19 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-02 14:48:28 +0100 |
commit | d9a6ed1fa43859a5eb94725b6c9565f8cbd113ab (patch) | |
tree | 50b42f78569760cc2bb15cb96ba958adf7c524e5 /Documentation/io-mapping.txt | |
parent | ff18dd8f1c7579d8b013705877c9bf4260770822 (diff) | |
download | op-kernel-dev-d9a6ed1fa43859a5eb94725b6c9565f8cbd113ab.zip op-kernel-dev-d9a6ed1fa43859a5eb94725b6c9565f8cbd113ab.tar.gz |
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 473e43b..5ca7842 100644 --- a/Documentation/io-mapping.txt +++ b/Documentation/io-mapping.txt @@ -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. |