diff mbox series

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

Message ID 20170905055202.8216-6-joel@jms.id.au
State Accepted
Headers show
Series Checkpatch fixes | expand

Commit Message

Joel Stanley Sept. 5, 2017, 5:51 a.m. UTC
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 hw/centaur.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

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