Nico Huber has posted comments on this change. ( https://review.coreboot.org/19044 )
Change subject: ich_descriptors: Fix more odd +1s ......................................................................
Patch Set 3:
(3 comments)
https://review.coreboot.org/#/c/19044/3/ich_descriptors.c File ich_descriptors.c:
https://review.coreboot.org/#/c/19044/3/ich_descriptors.c@a620 PS3, Line 620:
Just realized that I killed this whitespace by accident.
Done
https://review.coreboot.org/#/c/19044/3/ich_descriptors.c@619 PS3, Line 619: + 1
This seems off, too.
Done
https://review.coreboot.org/#/c/19044/3/ich_descriptors.c@619 PS3, Line 619: sizeof(desc->north.STRPs) / 4
Isn't it just ARRAY_SIZE()?
Done