Skip to content

Commit c2d636d

Browse files
rh-jkangassumitsemwal
authored andcommitted
Documentation: dma-buf: heaps: Fix code markup
Code snippets should be wrapped in double backticks to follow reStructuredText semantics; the use of single backticks uses the :title-reference: role by default, which isn't quite what we want. Add double backticks to code snippets to fix this. Reviewed-by: Maxime Ripard <[email protected]> Signed-off-by: Jared Kangas <[email protected]> Signed-off-by: Sumit Semwal <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a951020 commit c2d636d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/userspace-api/dma-buf-heaps.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ following heaps:
1919
- The ``cma`` heap allocates physically contiguous, cacheable,
2020
buffers. Only present if a CMA region is present. Such a region is
2121
usually created either through the kernel commandline through the
22-
`cma` parameter, a memory region Device-Tree node with the
23-
`linux,cma-default` property set, or through the `CMA_SIZE_MBYTES` or
24-
`CMA_SIZE_PERCENTAGE` Kconfig options. Depending on the platform, it
22+
``cma`` parameter, a memory region Device-Tree node with the
23+
``linux,cma-default`` property set, or through the ``CMA_SIZE_MBYTES`` or
24+
``CMA_SIZE_PERCENTAGE`` Kconfig options. Depending on the platform, it
2525
might be called ``reserved``, ``linux,cma``, or ``default-pool``.

0 commit comments

Comments
 (0)