build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38434 )
Change subject: nb/intel/haswell: Do some cosmetic fixes ......................................................................
Patch Set 5:
(2 comments)
https://review.coreboot.org/c/coreboot/+/38434/5/src/northbridge/intel/haswe... File src/northbridge/intel/haswell/haswell.h:
https://review.coreboot.org/c/coreboot/+/38434/5/src/northbridge/intel/haswe... PS5, Line 137: #define EPBAR8(x) *((volatile u8 *)(DEFAULT_EPBAR + x)) Macros with complex values should be enclosed in parentheses
https://review.coreboot.org/c/coreboot/+/38434/5/src/northbridge/intel/haswe... PS5, Line 168: #define DMIBAR8(x) *((volatile u8 *)(DEFAULT_DMIBAR + x)) Macros with complex values should be enclosed in parentheses