Idwer Vollering has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/34945 )
Change subject: util/ich_descriptors_tool: use clang's style suggestion ......................................................................
Patch Set 3:
cc -Os -Wall -Wshadow -Werror -MMD -MP -MF .dep/ich_descriptors_tool.o.d -D ICH_DESCRIPTORS_FROM_DUMP_ONLY -I../../ -I. -o .obj/ich_descriptors_tool.o -c ich_descriptors_tool.c ich_descriptors_tool.c:155:34: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] struct ich_descriptors desc = { 0 }; ^ {}