Message ID | 20191209011448.19319-18-oohall@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [01/18] doc: Add skiboot-5.2.0 ref | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | warning | Failed to apply on branch master (d75e82dbfbb9443efeb3f9a5921ac23605aab469) |
snowpatch_ozlabs/apply_patch | fail | Failed to apply to any branch |
diff --git a/doc/device-tree/imc.rst b/doc/device-tree/imc.rst index 6046b459a1d7..bf9f14a359a3 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
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> --- doc/device-tree/imc.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)