diff mbox series

[02/18] doc/secvar: Fix table markup

Message ID 20191209011448.19319-2-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
Where the table grid intersect there needs to be a '+' rather than a '|'

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 doc/device-tree/ibm,opal/secvar/binding.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
diff mbox series

Patch

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                                 |
 +-----------------+-----------------------------------------------+