[Skiboot] [PATCH 07/25] hw/chiptod: Put a space after comma in arguments
Joel Stanley
joel at jms.id.au
Tue Sep 5 15:51:44 AEST 2017
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
hw/chiptod.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/chiptod.c b/hw/chiptod.c
index 3fb41b13bd89..1713f248d458 100644
--- a/hw/chiptod.c
+++ b/hw/chiptod.c
@@ -77,7 +77,7 @@
/* -- TOD PIB Master reg -- */
#define TOD_PIB_MASTER 0x00040027
#define TOD_PIBM_ADDR_CFG_MCAST PPC_BIT(25)
-#define TOD_PIBM_ADDR_CFG_SLADDR PPC_BITMASK(26,31)
+#define TOD_PIBM_ADDR_CFG_SLADDR PPC_BITMASK(26, 31)
#define TOD_PIBM_TTYPE4_SEND_MODE PPC_BIT(32)
#define TOD_PIBM_TTYPE4_SEND_ENBL PPC_BIT(33)
--
2.14.1
More information about the Skiboot
mailing list