build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31531 )
Change subject: intelvbttool: Add support for reading vbt from sysfs ......................................................................
Patch Set 4:
(2 comments)
https://review.coreboot.org/#/c/31531/4/util/intelvbttool/intelvbttool.c File util/intelvbttool/intelvbttool.c:
https://review.coreboot.org/#/c/31531/4/util/intelvbttool/intelvbttool.c@399 PS4, Line 399: while ((bytes_read = fread(fo->data + total_bytes_read, 1, read_size, fd)) > 0) { line over 80 characters
https://review.coreboot.org/#/c/31531/4/util/intelvbttool/intelvbttool.c@401 PS4, Line 401: struct fileobject *newfo = remalloc_fo(fo, fo->size + read_size); line over 80 characters