[Skiboot] [PATCH 05/25] hw/centaur: Fix whitespace around comment

Joel Stanley joel at jms.id.au
Tue Sep 5 15:51:42 AEST 2017


Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 hw/centaur.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/hw/centaur.c b/hw/centaur.c
index 7dec358cb51c..f673745eec97 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
-- 
2.14.1



More information about the Skiboot mailing list