build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44845 )
Change subject: mtrr.h: refine _POW2_MASK ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/44845/1/src/include/cpu/x86/mtrr.h File src/include/cpu/x86/mtrr.h:
https://review.coreboot.org/c/coreboot/+/44845/1/src/include/cpu/x86/mtrr.h@... PS1, Line 182: (x>>11)|(x>>12)|(x>>13)|((1<<16)-1)) code indent should use tabs where possible
https://review.coreboot.org/c/coreboot/+/44845/1/src/include/cpu/x86/mtrr.h@... PS1, Line 182: (x>>11)|(x>>12)|(x>>13)|((1<<16)-1)) please, no spaces at the start of a line