summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMukesh Ojha <mukesh02@linux.vnet.ibm.com>2016-07-07 16:21:43 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-11 15:59:20 +1000
commit5ed5d231c58eb9aa57a7680ab60c5b249bdea5d7 (patch)
treed7d91caa37aafe9918897922ae466c7ab0b12f86 /doc
parent281e152366d461faf70f29b52bd7c892e24c7b5d (diff)
downloadblackbird-skiboot-5ed5d231c58eb9aa57a7680ab60c5b249bdea5d7.tar.gz
blackbird-skiboot-5ed5d231c58eb9aa57a7680ab60c5b249bdea5d7.zip
doc/error-logging : Updates the doc on error logging
Fix include new file location for the error logging interface and the PEL structure and correct typo mistake. Signed-off-by: Mukesh Ojha <mukesh02@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/error-logging.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/error-logging.txt b/doc/error-logging.txt
index ba477857..7c62520f 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) {
OpenPOWER on IntegriCloud