[coreboot-gerrit] Change in coreboot[master]: src: Add space after 'while'

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Tue May 22 13:37:06 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26464


Change subject: src: Add space after 'while'
......................................................................

src: Add space after 'while'

Change-Id: I44cdb6578f9560cf4b8b52a4958b95b65e0cd57a
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/arch/arm64/include/armv8/arch/lib_helpers.h
M src/mainboard/via/epia-m700/romstage.c
2 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/26464/1

diff --git a/src/arch/arm64/include/armv8/arch/lib_helpers.h b/src/arch/arm64/include/armv8/arch/lib_helpers.h
index 19bb18d..f4b6ba6 100644
--- a/src/arch/arm64/include/armv8/arch/lib_helpers.h
+++ b/src/arch/arm64/include/armv8/arch/lib_helpers.h
@@ -307,7 +307,7 @@
 		break;					\
 	}						\
 	return var;					\
-	} while(0)
+	} while (0)
 
 #define SWITCH_CASE_WRITE(func, var, el)	do {	\
 	switch(el) {					\
@@ -321,7 +321,7 @@
 		func##_el3(var);			\
 		break;					\
 	}						\
-	} while(0)
+	} while (0)
 
 #define SWITCH_CASE_TLBI(func, el) do {		\
 	switch(el) {				\
@@ -335,7 +335,7 @@
 		func##_el3();			\
 			break;			\
 	}					\
-	} while(0)
+	} while (0)
 
 /* PSTATE and special purpose register access functions */
 uint32_t raw_read_current_el(void);
diff --git a/src/mainboard/via/epia-m700/romstage.c b/src/mainboard/via/epia-m700/romstage.c
index 0aeec7a..6bf7a15 100644
--- a/src/mainboard/via/epia-m700/romstage.c
+++ b/src/mainboard/via/epia-m700/romstage.c
@@ -360,7 +360,7 @@
 	outb(0x00, ComBase + 4);
 
 	/* SOutput("Embedded COM output\n"); */
-	/* while(1); */
+	/* while (1); */
 }
 #endif
 

-- 
To view, visit https://review.coreboot.org/26464
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I44cdb6578f9560cf4b8b52a4958b95b65e0cd57a
Gerrit-Change-Number: 26464
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180522/6216e68d/attachment.html>


More information about the coreboot-gerrit mailing list