aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2019-12-09 12:14:32 +1100
committerOliver O'Halloran <oohall@gmail.com>2019-12-16 15:18:29 +1100
commitf04000d7b29ef957252871d1d0265b94278e5cfb (patch)
treef8a8e2e42e63ca3ccfe99df974b1fdf9de4490b4 /doc
parenta4fbdbc6b109dad4cd7ca77f3b0f4abcc5018803 (diff)
downloadskiboot-f04000d7b29ef957252871d1d0265b94278e5cfb.zip
skiboot-f04000d7b29ef957252871d1d0265b94278e5cfb.tar.gz
skiboot-f04000d7b29ef957252871d1d0265b94278e5cfb.tar.bz2
doc/secvar: Fix table markup
Where the table grid intersect there needs to be a '+' rather than a '|' Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/device-tree/ibm,opal/secvar/binding.rst14
1 files 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 0956e49..77527e8 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 |
+-----------------+-----------------------------------------------+