diff mbox series

[03/18] doc/mpipl: Fix warnings

Message ID 20191209011448.19319-3-oohall@gmail.com
State Accepted
Headers show
Series [01/18] doc: Add skiboot-5.2.0 ref | expand

Checks

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

Commit Message

Oliver O'Halloran Dec. 9, 2019, 1:14 a.m. UTC
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 doc/opal-api/opal-mpipl-173-174.rst | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)
diff mbox series

Patch

diff --git a/doc/opal-api/opal-mpipl-173-174.rst b/doc/opal-api/opal-mpipl-173-174.rst
index fa275693fbd6..32e64e375ef1 100644
--- a/doc/opal-api/opal-mpipl-173-174.rst
+++ b/doc/opal-api/opal-mpipl-173-174.rst
@@ -41,28 +41,28 @@  ops :
   OPAL_MPIPL_ADD_RANGE
     Add new entry to MPIPL table. Kernel will send src, dest and size.
     During MPIPL content from source address is moved to destination address.
-      src  = Source start address
-      dest = Destination start address
-      size = size
+    src  = Source start address
+    dest = Destination start address
+    size = size
 
   OPAL_MPIPL_REMOVE_RANGE
     Remove kernel requested entry from MPIPL table.
-      src  = Source start address
-      dest = Destination start address
-      size = ignore
+    src  = Source start address
+    dest = Destination start address
+    size = ignore
 
   OPAL_MPIPL_REMOVE_ALL
     Remove all kernel passed entry from MPIPL table.
-      src  = ignore
-      dest = ignore
-      size = ignore
+    src  = ignore
+    dest = ignore
+    size = ignore
 
   OPAL_MPIPL_FREE_PRESERVED_MEMORY
     Post MPIPL, kernel will indicate OPAL that it has processed dump and
     it can clear/release metadata area.
-      src  = ignore
-      dest = ignore
-      size = ignore
+    src  = ignore
+    dest = ignore
+    size = ignore
 
 Return Values
 -------------
@@ -89,6 +89,7 @@  It expects OPAL to preserve these tags across MPIPL. Post MPIPL Linux
 kernel will use `opal_mpipl_query_tag` call to retrieve these tags.
 
 .. code-block:: c
+
   opal_mpipl_register_tag(enum opal_mpipl_tags tag, uint64_t tag_val)
 
   tag: