Skip to content

Commit

Permalink
doc/secvar: Fix table markup
Browse files Browse the repository at this point in the history
Where the table grid intersect there needs to be a '+' rather than a '|'

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
oohal committed Dec 16, 2019
1 parent a4fbdbc commit f04000d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/device-tree/ibm,opal/secvar/binding.rst
Expand Up @@ -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 |
+-----------------+-----------------------------------------------+

Expand Down

0 comments on commit f04000d

Please sign in to comment.