[coreboot-gerrit] Change in coreboot[master]: cpu/x86/mtrr: Fix broken output ("indexis")

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Mon Apr 9 18:26:09 CEST 2018


Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/25567


Change subject: cpu/x86/mtrr: Fix broken output ("indexis")
......................................................................

cpu/x86/mtrr: Fix broken output ("indexis")

The missing space resulted in the following broken output:

> ERROR: Not enough MTRRs available! MTRR indexis 10 with 10 MTTRs in
total.

Change-Id: Ib9e8109d88c1bf38e7dda3dbf1c8d47fb0d23265
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M src/cpu/x86/mtrr/mtrr.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/25567/1

diff --git a/src/cpu/x86/mtrr/mtrr.c b/src/cpu/x86/mtrr/mtrr.c
index 08312fb..88029e4 100644
--- a/src/cpu/x86/mtrr/mtrr.c
+++ b/src/cpu/x86/mtrr/mtrr.c
@@ -441,7 +441,7 @@
 	if (var_state->mtrr_index >= bios_mtrrs)
 		printk(BIOS_WARNING, "Taking a reserved OS MTRR.\n");
 	if (var_state->mtrr_index >= total_mtrrs) {
-		printk(BIOS_ERR, "ERROR: Not enough MTRRs available! MTRR index"
+		printk(BIOS_ERR, "ERROR: Not enough MTRRs available! MTRR index "
 		       "is %d with %d MTTRs in total.\n",
 		       var_state->mtrr_index, total_mtrrs);
 		return;

-- 
To view, visit https://review.coreboot.org/25567
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: Ib9e8109d88c1bf38e7dda3dbf1c8d47fb0d23265
Gerrit-Change-Number: 25567
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180409/e6fb0a82/attachment.html>


More information about the coreboot-gerrit mailing list