diff mbox series

[09/18] doc: Fix block in 6.3.2 release notes

Message ID 20191209011448.19319-9-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
Squash another warning

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 doc/release-notes/skiboot-6.3.2.rst | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/doc/release-notes/skiboot-6.3.2.rst b/doc/release-notes/skiboot-6.3.2.rst
index 0282fc771efd..e8a38e200c71 100644
--- a/doc/release-notes/skiboot-6.3.2.rst
+++ b/doc/release-notes/skiboot-6.3.2.rst
@@ -165,12 +165,11 @@  Bug fixes included in this release are:
   below error. And caller is not reallocating sufficient buffer. Also its
   hard to guess the size.
 
-  sample log:::
-  -----------
-  Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
-  Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
-  Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
-  ....
+  sample log::
+
+    Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
+    Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
+    Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
 
   Lets use opal-msg-size device tree property to allocate memory
   for prd message.