[Skiboot] [PATCH 19/25] hw/fsi-master: Add tabs before comment strings

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


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

diff --git a/hw/fsi-master.c b/hw/fsi-master.c
index 6d0c25d8f3c8..7977880e7e1a 100644
--- a/hw/fsi-master.c
+++ b/hw/fsi-master.c
@@ -378,8 +378,8 @@ static int64_t mfsi_master_cleanup(struct mfsi *mfsi, uint32_t port)
 
 	/* Further step is to issue a PIB reset to the FSI2PIB engine
 	 * in busy state, i.e. write arbitrary data to 101c
-         * (putcfam 1007) register of the previously failed FSI2PIB
-         * engine on Centaur.
+	 * (putcfam 1007) register of the previously failed FSI2PIB
+	 * engine on Centaur.
 	 *
 	 * XXX BenH: Should that be done by the upper FSI XSCOM layer ?
 	 */
@@ -410,7 +410,7 @@ static int64_t mfsi_master_cleanup(struct mfsi *mfsi, uint32_t port)
 	}
 
 	/* Then, write arbitrary data to 1018  (putcfam 1006) to
-         * reset any pending FSI2PIB errors.
+	 * reset any pending FSI2PIB errors.
 	 */
 	opb_stat = mfsi_opb_write(mfsi, port_base + FSI2PIB_RESET, 0xFFFFFFFF);
 	if (opb_stat) {
-- 
2.14.1



More information about the Skiboot mailing list