]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs: DMA-API-HOWTO.txt: fix an unmarked code block
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 27 May 2019 18:59:13 +0000 (15:59 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 15 Jul 2019 12:20:24 +0000 (09:20 -0300)
When building with Sphinx, it would produce this warning:

    docs/Documentation/DMA-API-HOWTO.rst:222: WARNING: Definition list ends without a blank line; unexpected unindent.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/DMA-API-HOWTO.txt

index cb712a02f59fc38c0bf1754a7324b0eae33f6bf0..358d495456d1b0d7c29a4cd047aeddff5d26cd88 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");