build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45434 )
Change subject: nb/intel/gm45/gm45.h: Clean up cosmetics ......................................................................
Patch Set 2:
(3 comments)
https://review.coreboot.org/c/coreboot/+/45434/2/src/northbridge/intel/gm45/... File src/northbridge/intel/gm45/gm45.h:
https://review.coreboot.org/c/coreboot/+/45434/2/src/northbridge/intel/gm45/... PS2, Line 236: #define MCHBAR8(x) *((volatile u8 *)(DEFAULT_MCHBAR + x)) Macros with complex values should be enclosed in parentheses
https://review.coreboot.org/c/coreboot/+/45434/2/src/northbridge/intel/gm45/... PS2, Line 360: #define DMIBAR8(x) *((volatile u8 *)(DEFAULT_DMIBAR + x)) Macros with complex values should be enclosed in parentheses
https://review.coreboot.org/c/coreboot/+/45434/2/src/northbridge/intel/gm45/... PS2, Line 378: #define EPBAR8(x) *((volatile u8 *)(DEFAULT_EPBAR + x)) Macros with complex values should be enclosed in parentheses