[Skiboot] [PATCH 02/18] doc/secvar: Fix table markup
Oliver O'Halloran
oohall at gmail.com
Mon Dec 9 12:14:32 AEDT 2019
Where the table grid intersect there needs to be a '+' rather than a '|'
Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
---
doc/device-tree/ibm,opal/secvar/binding.rst | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/device-tree/ibm,opal/secvar/binding.rst b/doc/device-tree/ibm,opal/secvar/binding.rst
index 0956e49c15f3..77527e851375 100644
--- a/doc/device-tree/ibm,opal/secvar/binding.rst
+++ b/doc/device-tree/ibm,opal/secvar/binding.rst
@@ -155,19 +155,19 @@ for more detail.
+-----------------+-----------------------------------------------+
| update-status | Generic Reason |
-+-----------------|-----------------------------------------------+
++-----------------+-----------------------------------------------+
| OPAL_SUCCESS | Updates were found and processed successfully |
-+-----------------|-----------------------------------------------+
++-----------------+-----------------------------------------------+
| OPAL_EMPTY | No updates were found, none processed |
-+-----------------|-----------------------------------------------+
++-----------------+-----------------------------------------------+
| OPAL_PARAMETER | Malformed, or unexpected update data blob |
-+-----------------|-----------------------------------------------+
++-----------------+-----------------------------------------------+
| OPAL_PERMISSION | Update failed to apply, possible auth failure |
-+-----------------|-----------------------------------------------+
++-----------------+-----------------------------------------------+
| OPAL_HARDWARE | Misc. storage-related error |
-+-----------------|-----------------------------------------------+
++-----------------+-----------------------------------------------+
| OPAL_RESOURCE | Out of space (reported by storage |
-+-----------------|-----------------------------------------------+
++-----------------+-----------------------------------------------+
| OPAL_NO_MEM | Out of memory |
+-----------------+-----------------------------------------------+
--
2.21.0
More information about the Skiboot
mailing list