[Skiboot] [PATCH] doc/error-logging : Updates the doc on error logging

Mukesh Ojha mukesh02 at linux.vnet.ibm.com
Thu Jul 7 20:51:43 AEST 2016


Fix include new file location for the error logging interface
and the PEL structure and correct typo mistake.


Signed-off-by: Mukesh Ojha <mukesh02 at linux.vnet.ibm.com>

---
 doc/error-logging.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/error-logging.txt b/doc/error-logging.txt
index ba47785..7c62520 100644
--- a/doc/error-logging.txt
+++ b/doc/error-logging.txt
@@ -208,8 +208,8 @@ Note:
 * For more information regarding error logging and PEL format
   refer to PAPR doc and P7 PEL and SRC PLDD document.
 
-* Refer to include/opal.h for all the error logging
-  interface parameters and include/fsp-pel.h for PEL
+* Refer to include/errorlog.h for all the error logging
+  interface parameters and include/pel.h for PEL
   structures.
 
 Sample error logging:
@@ -235,7 +235,7 @@ void report_error(int index)
 	 * 'struct errorlog' buffer with relevant fields updated.
 	 */
 
-	/* tag -> unqiue ascii tag to identify a particular data dump section */
+	/* tag -> unique ascii tag to identify a particular data dump section */
 	tag = 0x4b4b4b4b;
 	buf = opal_elog_create(&e_info(OPAL_RC_ATTN), tag);
 	if (buf == NULL) {
-- 
2.7.4



More information about the Skiboot mailing list