aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2019-12-09 12:14:48 +1100
committerOliver O'Halloran <oohall@gmail.com>2019-12-16 15:18:29 +1100
commita02072d0e8b256cef5d9c6725e3aafcabd376d6c (patch)
tree8e65b5dae344eace1a34b09e0dc7a7ea5a652968
parent275c73fcfa5dfb8c8d0779b1ab9a5d7c66d03269 (diff)
downloadskiboot-a02072d0e8b256cef5d9c6725e3aafcabd376d6c.zip
skiboot-a02072d0e8b256cef5d9c6725e3aafcabd376d6c.tar.gz
skiboot-a02072d0e8b256cef5d9c6725e3aafcabd376d6c.tar.bz2
doc/imc: Fix sphinx warning
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>
-rw-r--r--doc/device-tree/imc.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/device-tree/imc.rst b/doc/device-tree/imc.rst
index 6046b45..bf9f14a 100644
--- a/doc/device-tree/imc.rst
+++ b/doc/device-tree/imc.rst
@@ -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