build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35463 )
Change subject: device/mmio.h: Add bit field helpers ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/35463/2/src/include/device/mmio.h File src/include/device/mmio.h:
https://review.coreboot.org/c/coreboot/+/35463/2/src/include/device/mmio.h@9... PS2, Line 92: #define DEFINE_BITFIELD(name, start, end) \ Macros with multiple statements should be enclosed in a do - while loop
https://review.coreboot.org/c/coreboot/+/35463/2/src/include/device/mmio.h@1... PS2, Line 119: #define _BF_APPLYINVALID(...) \ macros should not use a trailing semicolon