DMA-API: Spelling s/This/Think/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 21 May 2015 11:57:07 +0000 (13:57 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 22 May 2015 15:30:47 +0000 (09:30 -0600)
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>
Documentation/DMA-API-HOWTO.txt

index 0f7afb2..16b6f95 100644 (file)
@@ -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: