[Skiboot] [PATCH 09/18] doc: Fix block in 6.3.2 release notes
Oliver O'Halloran
oohall at gmail.com
Mon Dec 9 12:14:39 AEDT 2019
Squash another warning
Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
---
doc/release-notes/skiboot-6.3.2.rst | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
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.
--
2.21.0
More information about the Skiboot
mailing list