[Skiboot] [PATCH 21/25] hw/gx: Add space between switch and open paren

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


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

diff --git a/hw/gx.c b/hw/gx.c
index 16b872a94428..12cea5b5209c 100644
--- a/hw/gx.c
+++ b/hw/gx.c
@@ -84,8 +84,8 @@ int gx_configure_psi_buid(uint32_t chip, uint32_t buid)
 
 	printf("GX: PSI BUID for PVR %x (type %x) chip %d BUID 0x%x\n",
 	       pvr, PVR_TYPE(pvr), chip, buid);
-	       
-	switch(PVR_TYPE(pvr)) {
+
+	switch (PVR_TYPE(pvr)) {
 	case PVR_TYPE_P7:
 		return gx_p7_configure_psi_buid(chip, buid);
 	case PVR_TYPE_P7P:
@@ -148,7 +148,7 @@ int gx_configure_tce_bar(uint32_t chip, uint32_t gx, uint64_t addr,
 	       pvr, PVR_TYPE(pvr), chip, gx);
 
 	/* We only support P7... is there a P7+ with P5IOC2 ? */
-	switch(PVR_TYPE(pvr)) {
+	switch (PVR_TYPE(pvr)) {
 	case PVR_TYPE_P7:
 		return gx_p7_configure_tce_bar(chip, gx, addr, size);
 	}
-- 
2.14.1



More information about the Skiboot mailing list