build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33237 )
Change subject: device,nb/amd: Deduplicate add_more_links() ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/#/c/33237/1/src/device/device_util.c File src/device/device_util.c:
https://review.coreboot.org/#/c/33237/1/src/device/device_util.c@657 PS1, Line 657: void add_more_links(struct device *dev, unsigned total_links) Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/#/c/33237/1/src/include/device/device.h File src/include/device/device.h:
https://review.coreboot.org/#/c/33237/1/src/include/device/device.h@194 PS1, Line 194: void add_more_links(struct device *dev, unsigned total_links); Prefer 'unsigned int' to bare use of 'unsigned'