build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43776 )
Change subject: device: Add find_dev_nested_path helper function ......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/c/coreboot/+/43776/1/src/device/device_const.c File src/device/device_const.c:
https://review.coreboot.org/c/coreboot/+/43776/1/src/device/device_const.c@2... PS1, Line 204: the target device. code indent should use tabs where possible
https://review.coreboot.org/c/coreboot/+/43776/1/src/device/device_const.c@2... PS1, Line 204: the target device. please, no space before tabs
https://review.coreboot.org/c/coreboot/+/43776/1/src/device/device_const.c@2... PS1, Line 221: if(nested_path_length == 1 || !child) space required before the open parenthesis '('