Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31901 )
Change subject: device/root_device: Consolidate common _scan_bus() functions ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/31901/1/src/device/root_device.c File src/device/root_device.c:
https://review.coreboot.org/#/c/31901/1/src/device/root_device.c@115 PS1, Line 115: printk(BIOS_SPEW, "%s for %s\n", __func__, dev_path(bus)); Someone might want that __func__ to expand to the old strings in logs, that's my motivation for inlines with the names. Maybe mention this in the commit message, or better, not change log output?