Skip to content

Commit

Permalink
doc/imc: Fix sphinx warning
Browse files Browse the repository at this point in the history
Using a normal :: block results in "WARNING: Unexpected indentation." I
don't know why, but replacing it with a plain-text code block cures it.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
oohal committed Dec 16, 2019
1 parent 275c73f commit a02072d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/device-tree/imc.rst
Expand Up @@ -114,7 +114,9 @@ IMC-trace mode. Following is the trace-scom layout.
determines the event to count. *BUFFRSIZE* indicates the memory range.

*BUFFERSIZE* can be
::

.. code-block:: text
b’000’ - 4K entries * 64 per entry = 256K
b’001’ - 8K entries * 64 per entry = 512K
b’010’ - 16K entries * 64 per entry = 1M
Expand Down

0 comments on commit a02072d

Please sign in to comment.