[Skiboot] [PATCH 02/25] hw/bt: Add space between while and (

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


Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 hw/bt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/bt.c b/hw/bt.c
index eda8e58a12a5..ff1aa48276b5 100644
--- a/hw/bt.c
+++ b/hw/bt.c
@@ -80,7 +80,7 @@
 			(msg)->seq, ((msg)->ipmi_msg.netfn >> 2), (msg)->ipmi_msg.cmd, ##args); \
 		else \
 			prlog(level, "seq 0x?? netfn 0x?? cmd 0x??: " fmt "\n", ##args); \
-	} while(0)
+	} while (0)
 
 #define BT_Q_ERR(msg, fmt, args...) \
 	_BT_Q_LOG(PR_ERR, msg, fmt, ##args)
-- 
2.14.1



More information about the Skiboot mailing list