aboutsummaryrefslogtreecommitdiff
path: root/hw/centaur.c
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2017-09-05 15:51:42 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-09-05 17:55:52 +1000
commit6372c4401f9a7853da5dc4ff1a3fa8f3bf528921 (patch)
treeb89acbf66d33bae08183d23f0a076dccc4f060ce /hw/centaur.c
parentf115c37f11817c902130925311a7e934e1df3a4f (diff)
downloadskiboot-6372c4401f9a7853da5dc4ff1a3fa8f3bf528921.zip
skiboot-6372c4401f9a7853da5dc4ff1a3fa8f3bf528921.tar.gz
skiboot-6372c4401f9a7853da5dc4ff1a3fa8f3bf528921.tar.bz2
hw/centaur: Fix whitespace around comment
Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Michael Neuling <mikey@neuling.org> Reviewed-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/centaur.c')
-rw-r--r--hw/centaur.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/hw/centaur.c b/hw/centaur.c
index 7dec358..f673745 100644
--- a/hw/centaur.c
+++ b/hw/centaur.c
@@ -99,11 +99,11 @@ static int64_t centaur_fsiscom_complete(struct centaur_chip *centaur)
/* Recovery sequence from HostBoot fsiscom.C
* if SCOM fails and FSI Master displays "MasterTimeOut"
- * then 7,6 <covered by FSI driver>
- * else if SCOM fails and FSI2PIB Status shows PIB abort
- * then just perform unit reset (6) and wait 1 ms
- * else (PIB_abort='0' but PIB error is unequal 0)
- * then just perform unit reset (6) (wait not needed).
+ * then 7,6 <covered by FSI driver>
+ * else if SCOM fails and FSI2PIB Status shows PIB abort
+ * then just perform unit reset (6) and wait 1 ms
+ * else (PIB_abort='0' but PIB error is unequal 0)
+ * then just perform unit reset (6) (wait not needed).
*
* Note: Waiting 1ms inside OPAL is a BIG NO NO !!! We have
* no choice but doing it at the moment but that will have