提交 11e285d8 编写于 作者: G Geert Uytterhoeven 提交者: Jonathan Corbet

DMA-API: Spelling s/This/Think/

Also remove spaces before TABs while we're at it.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 13696e0a
...@@ -240,7 +240,7 @@ the case would look like this: ...@@ -240,7 +240,7 @@ the case would look like this:
if (!dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64))) { if (!dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64))) {
using_dac = 1; using_dac = 1;
consistent_using_dac = 1; consistent_using_dac = 1;
} else if (!dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32))) { } else if (!dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32))) {
using_dac = 0; using_dac = 0;
consistent_using_dac = 0; consistent_using_dac = 0;
...@@ -353,7 +353,7 @@ There are two types of DMA mappings: ...@@ -353,7 +353,7 @@ There are two types of DMA mappings:
transfer, unmapped right after it (unless you use dma_sync_* below) transfer, unmapped right after it (unless you use dma_sync_* below)
and for which hardware can optimize for sequential accesses. 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". domain".
Good examples of what to use streaming mappings for are: Good examples of what to use streaming mappings for are:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册