dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example
[linux-2.6-microblaze.git] / Documentation / DMA-API-HOWTO.txt
index cb712a0..358d495 100644 (file)
@@ -212,7 +212,7 @@ The standard 64-bit addressing device would do something like this::
 
 If the device only supports 32-bit addressing for descriptors in the
 coherent allocations, but supports full 64-bits for streaming mappings
-it would look like this:
+it would look like this::
 
        if (dma_set_mask(dev, DMA_BIT_MASK(64))) {
                dev_warn(dev, "mydev: No suitable DMA available\n");