diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2017-02-02 18:51:33 +0800 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-02-03 14:02:42 +1100 |
commit | ebf87529c233dfe6676ab83e567e900a91ca325f (patch) | |
tree | 138059c617f4dcbbaf0b3de0d2e9be9a1bd06c6a | |
parent | 3b38c498dba1bf1248f79c55d2bcf91c8c2826b7 (diff) | |
download | blackbird-skiboot-ebf87529c233dfe6676ab83e567e900a91ca325f.tar.gz blackbird-skiboot-ebf87529c233dfe6676ab83e567e900a91ca325f.zip |
slw: fix typo in slw dump comment
We have an typo in a @fwts-advice field, which means it's carried
through to the generated fwts olog data. This change fixes the typo so
that the advice output from fwts is correct.
CC: Deb McLemore <debmc@linux.vnet.ibm.com>
Reported-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Acked-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | hw/slw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1271,7 +1271,7 @@ static void slw_dump_timer_ffdc(void) /** * @fwts-label SLWRegisterDump - * @fwts-advice An error condition occured in sleep/winkle + * @fwts-advice An error condition occurred in sleep/winkle * engines timer state machine. Dumping debug information to * root-cause. OPAL/skiboot may be stuck on some operation that * requires SLW timer state machine (e.g. core powersaving) |