[coreboot-gerrit] New patch to review for coreboot: cbfs: Fix parens typo

Duncan Laurie (dlaurie@chromium.org) gerrit at coreboot.org
Wed Oct 26 05:11:03 CEST 2016


Duncan Laurie (dlaurie at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17133

-gerrit

commit 923611f520bab982f218e002106604a1ce047d4e
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Tue Oct 25 20:00:18 2016 -0700

    cbfs: Fix parens typo
    
    Make the parens used in this string consistent [] instead of [).
    
    Change-Id: I02f9909ff8237e3b98536f86bc07adfa4f7f230e
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/lib/cbfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c
index 5a2f63f..4d268fc 100644
--- a/src/lib/cbfs.c
+++ b/src/lib/cbfs.c
@@ -313,7 +313,7 @@ int cbfs_boot_region_properties(struct cbfs_props *props)
 		if (ops->locate(props))
 			continue;
 
-		LOG("'%s' located CBFS at [%zx:%zx)\n",
+		LOG("'%s' located CBFS at [%zx:%zx]\n",
 			ops->name, props->offset, props->offset + props->size);
 
 		return 0;



More information about the coreboot-gerrit mailing list