[coreboot-gerrit] Change in coreboot[master]: util/intelmetool: Fix missing comma

Matthias Gazzari (Code Review) gerrit at coreboot.org
Mon May 21 20:58:49 CEST 2018


Matthias Gazzari has uploaded this change for review. ( https://review.coreboot.org/26449


Change subject: util/intelmetool: Fix missing comma
......................................................................

util/intelmetool: Fix missing comma

Change-Id: I4cb70c2aa466ac71dc8fcd25a7c1824696f32909
Signed-off-by: Matthias Gazzari <mail at qtux.eu>
---
M util/intelmetool/me.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/26449/1

diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c
index 4867bbc..ee2b46a 100644
--- a/util/intelmetool/me.c
+++ b/util/intelmetool/me.c
@@ -417,7 +417,7 @@
 		printf("ME: GET FW VERSION message failed\n");
 		return -1;
 	}
-	printf("ME: Firmware Version %u.%u (code)\n\n"
+	printf("ME: Firmware Version %u.%u (code)\n\n",
 	       version.code_major, version.code_minor);
 #endif
 	if (major)

-- 
To view, visit https://review.coreboot.org/26449
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: I4cb70c2aa466ac71dc8fcd25a7c1824696f32909
Gerrit-Change-Number: 26449
Gerrit-PatchSet: 1
Gerrit-Owner: Matthias Gazzari <mail at qtux.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180521/d9121c41/attachment.html>


More information about the coreboot-gerrit mailing list