[coreboot-gerrit] New patch to review for coreboot: commonlib: fix 'AFTER CAR' spacing to align with others

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Mon Jul 18 19:48:34 CEST 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15735

-gerrit

commit 9cac3fc56806b178c948f2730c87f24090a7ee69
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Mon Jul 18 10:49:14 2016 -0500

    commonlib: fix 'AFTER CAR' spacing to align with others
    
    The cbmem string for 'AFTER CAR' didn't have the proper spacing
    so when that entry is added to cbmem it results in a misaligned
    log entry with the others.
    
    Change-Id: If940e85b7dc5fb8372d7e2845270dadad67ab3a0
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/commonlib/include/commonlib/cbmem_id.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/commonlib/include/commonlib/cbmem_id.h b/src/commonlib/include/commonlib/cbmem_id.h
index adeb291..7d97bff 100644
--- a/src/commonlib/include/commonlib/cbmem_id.h
+++ b/src/commonlib/include/commonlib/cbmem_id.h
@@ -72,7 +72,7 @@
 	{ CBMEM_ID_ACPI_GNVS,		"ACPI GNVS  " }, \
 	{ CBMEM_ID_ACPI_GNVS_PTR,	"GNVS PTR   " }, \
 	{ CBMEM_ID_AGESA_RUNTIME,	"AGESA RSVD " }, \
-	{ CBMEM_ID_AFTER_CAR,		"AFTER CAR"   }, \
+	{ CBMEM_ID_AFTER_CAR,		"AFTER CAR  " }, \
 	{ CBMEM_ID_AMDMCT_MEMINFO,	"AMDMEM INFO" }, \
 	{ CBMEM_ID_CAR_GLOBALS,		"CAR GLOBALS" }, \
 	{ CBMEM_ID_CBTABLE,		"COREBOOT   " }, \



More information about the coreboot-gerrit mailing list