summaryrefslogtreecommitdiffstats
path: root/Documentation/DMA-API-HOWTO.txt
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-05-21 13:57:07 +0200
committerJonathan Corbet <corbet@lwn.net>2015-05-22 09:30:47 -0600
commit11e285d8ff3289ce976d4b5b9748c87ac3db8c9d (patch)
treec5eeb897285678b513e05b0c4c5e8c7e227400a5 /Documentation/DMA-API-HOWTO.txt
parent13696e0a735d0ae2d1fc16ff7e607aafdc5896a6 (diff)
downloadop-kernel-dev-11e285d8ff3289ce976d4b5b9748c87ac3db8c9d.zip
op-kernel-dev-11e285d8ff3289ce976d4b5b9748c87ac3db8c9d.tar.gz
DMA-API: Spelling s/This/Think/
Also remove spaces before TABs while we're at it. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/DMA-API-HOWTO.txt')
-rw-r--r--Documentation/DMA-API-HOWTO.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DMA-API-HOWTO.txt b/Documentation/DMA-API-HOWTO.txt
index 0f7afb2..16b6f95 100644
--- a/Documentation/DMA-API-HOWTO.txt
+++ b/Documentation/DMA-API-HOWTO.txt
@@ -240,7 +240,7 @@ the case would look like this:
if (!dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64))) {
using_dac = 1;
- consistent_using_dac = 1;
+ consistent_using_dac = 1;
} else if (!dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32))) {
using_dac = 0;
consistent_using_dac = 0;
@@ -353,7 +353,7 @@ There are two types of DMA mappings:
transfer, unmapped right after it (unless you use dma_sync_* below)
and for which hardware can optimize for sequential accesses.
- This of "streaming" as "asynchronous" or "outside the coherency
+ Think of "streaming" as "asynchronous" or "outside the coherency
domain".
Good examples of what to use streaming mappings for are:
OpenPOWER on IntegriCloud