[coreboot-gerrit] Change in ...coreboot[master]: payloads/libpayload/libcbfs: Remove duplicated '; ' at end of line

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Mon Nov 26 21:56:42 CET 2018


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29846


Change subject: payloads/libpayload/libcbfs: Remove duplicated ';' at end of line
......................................................................

payloads/libpayload/libcbfs: Remove duplicated ';' at end of line

Change-Id: Id3750e839fc277e22387b78e938cc59bb3902697
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M payloads/libpayload/libcbfs/cbfs.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/29846/1

diff --git a/payloads/libpayload/libcbfs/cbfs.c b/payloads/libpayload/libcbfs/cbfs.c
index f087eaa..577fb20 100644
--- a/payloads/libpayload/libcbfs/cbfs.c
+++ b/payloads/libpayload/libcbfs/cbfs.c
@@ -193,7 +193,7 @@
 void *cbfs_simple_buffer_map(struct cbfs_simple_buffer *buffer,
 			     struct cbfs_media *media,
 			     size_t offset, size_t count) {
-	void *address = buffer->buffer + buffer->allocated;;
+	void *address = buffer->buffer + buffer->allocated;
 	DEBUG("simple_buffer_map(offset=%zu, count=%zu): "
 	      "allocated=%zu, size=%zu, last_allocate=%zu\n",
 	    offset, count, buffer->allocated, buffer->size,

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

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


More information about the coreboot-gerrit mailing list