aboutsummaryrefslogtreecommitdiff
path: root/hw/slw.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2017-02-02 18:51:33 +0800
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-02-03 14:02:42 +1100
commitebf87529c233dfe6676ab83e567e900a91ca325f (patch)
tree138059c617f4dcbbaf0b3de0d2e9be9a1bd06c6a /hw/slw.c
parent3b38c498dba1bf1248f79c55d2bcf91c8c2826b7 (diff)
downloadskiboot-ebf87529c233dfe6676ab83e567e900a91ca325f.zip
skiboot-ebf87529c233dfe6676ab83e567e900a91ca325f.tar.gz
skiboot-ebf87529c233dfe6676ab83e567e900a91ca325f.tar.bz2
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>
Diffstat (limited to 'hw/slw.c')
-rw-r--r--hw/slw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/slw.c b/hw/slw.c
index 579c357..342b91f 100644
--- a/hw/slw.c
+++ b/hw/slw.c
@@ -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)