build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47107 )
Change subject: option.h: Add strongly-typed `get_option` wrappers ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/47107/2/src/include/option.h File src/include/option.h:
https://review.coreboot.org/c/coreboot/+/47107/2/src/include/option.h@33 PS2, Line 33: #define __MAKE_read_option_(type) \ Macros with complex values should be enclosed in parentheses
https://review.coreboot.org/c/coreboot/+/47107/2/src/include/option.h@34 PS2, Line 34: static inline type read_option_ ## type (const char *name, const type fallback) \ space prohibited between function name and open parenthesis '('