build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44293 )
Change subject: [UNTESTED]drivers/amd/agesa/s3_mtrr.c: Use a struct over pointer aritmetic ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/44293/1/src/drivers/amd/agesa/s3_mt... File src/drivers/amd/agesa/s3_mtrr.c:
https://review.coreboot.org/c/coreboot/+/44293/1/src/drivers/amd/agesa/s3_mt... PS1, Line 61: struct mtrr_backup *mtrr_save = (struct mtrr_backup *)OemS3Saved_MTRR_Storage(); code indent should use tabs where possible
https://review.coreboot.org/c/coreboot/+/44293/1/src/drivers/amd/agesa/s3_mt... PS1, Line 61: struct mtrr_backup *mtrr_save = (struct mtrr_backup *)OemS3Saved_MTRR_Storage(); please, no spaces at the start of a line