aboutsummaryrefslogtreecommitdiff
path: root/doc/opal-api
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-02-21 17:35:45 +1100
committerStewart Smith <stewart@linux.ibm.com>2019-02-25 21:59:03 -0600
commit81847dd347ef2cedb2aa098ec0bcda7e3eea6156 (patch)
treead43c80135ce09be5cfd3fa2b596f90c5280f12e /doc/opal-api
parenta3777e58990f0b540ab0acbf89c999cde09e2f64 (diff)
downloadskiboot-81847dd347ef2cedb2aa098ec0bcda7e3eea6156.zip
skiboot-81847dd347ef2cedb2aa098ec0bcda7e3eea6156.tar.gz
skiboot-81847dd347ef2cedb2aa098ec0bcda7e3eea6156.tar.bz2
doc: fix definition lists in opal-imc-counters
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'doc/opal-api')
-rw-r--r--doc/opal-api/opal-imc-counters.rst38
1 files changed, 28 insertions, 10 deletions
diff --git a/doc/opal-api/opal-imc-counters.rst b/doc/opal-api/opal-imc-counters.rst
index d0b4d96..0caef49 100644
--- a/doc/opal-api/opal-imc-counters.rst
+++ b/doc/opal-api/opal-imc-counters.rst
@@ -35,9 +35,15 @@ Parameters
Returns
-------
-OPAL_PARAMETER - In case of unsupported ``type``
-OPAL_HARDWARE - If any error in setting up the hardware.
-OPAL_SUCCESS - On succesfully initialized or even if init operation is a no-op.
+
+OPAL_PARAMETER
+ In case of unsupported ``type``
+
+OPAL_HARDWARE
+ If any error in setting up the hardware.
+
+OPAL_SUCCESS
+ On succesfully initialized or even if init operation is a no-op.
OPAL_IMC_COUNTERS_START
@@ -57,13 +63,19 @@ Parameters
Returns
-------
-OPAL_PARAMETER - In case of Unsupported ``type``
-OPAL_HARDWARE - If any error in setting up the hardware.
-OPAL_SUCCESS - On successful execution of the operation for the given ``type``.
+
+OPAL_PARAMETER
+ In case of Unsupported ``type``
+
+OPAL_HARDWARE
+ If any error in setting up the hardware.
+
+OPAL_SUCCESS
+ On successful execution of the operation for the given ``type``.
OPAL_IMC_COUNTERS_STOP
-===========================
+======================
OPAL call interface for stoping In-Memory
Collection counters for a specified domain (NEST/CORE).
STOP should always be called after a related START.
@@ -82,6 +94,12 @@ Parameters
Returns
-------
-OPAL_PARAMETER - In case of Unsupported ``type``
-OPAL_HARDWARE - If any error in setting up the hardware.
-OPAL_SUCCESS - On successful execution of the operation for the given ``type``.
+
+OPAL_PARAMETER
+ In case of Unsupported ``type``
+
+OPAL_HARDWARE
+ If any error in setting up the hardware.
+
+OPAL_SUCCESS
+ On successful execution of the operation for the given ``type``.