Skip to content

Commit

Permalink
hw/centaur: Fix whitespace around comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
shenki authored and stewartsmith committed Sep 5, 2017
1 parent f115c37 commit 6372c44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hw/centaur.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6372c44

Please sign in to comment.