build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40708 )
Change subject: soc/intel: Constify struct device *param to sd_fill_soc_gpio_info ......................................................................
Patch Set 6:
(4 comments)
https://review.coreboot.org/c/coreboot/+/40708/6/src/soc/intel/apollolake/sd... File src/soc/intel/apollolake/sd.c:
https://review.coreboot.org/c/coreboot/+/40708/6/src/soc/intel/apollolake/sd... PS6, Line 7: int sd_fill_soc_gpio_info(struct acpi_gpio* gpio, const struct device *dev) "foo* bar" should be "foo *bar"
https://review.coreboot.org/c/coreboot/+/40708/6/src/soc/intel/cannonlake/sd... File src/soc/intel/cannonlake/sd.c:
https://review.coreboot.org/c/coreboot/+/40708/6/src/soc/intel/cannonlake/sd... PS6, Line 7: int sd_fill_soc_gpio_info(struct acpi_gpio* gpio, const struct device *dev) "foo* bar" should be "foo *bar"
https://review.coreboot.org/c/coreboot/+/40708/6/src/soc/intel/common/block/... File src/soc/intel/common/block/include/intelblocks/sd.h:
https://review.coreboot.org/c/coreboot/+/40708/6/src/soc/intel/common/block/... PS6, Line 13: int sd_fill_soc_gpio_info(struct acpi_gpio* gpio, const struct device *dev); "foo* bar" should be "foo *bar"
https://review.coreboot.org/c/coreboot/+/40708/6/src/soc/intel/skylake/sd.c File src/soc/intel/skylake/sd.c:
https://review.coreboot.org/c/coreboot/+/40708/6/src/soc/intel/skylake/sd.c@... PS6, Line 7: int sd_fill_soc_gpio_info(struct acpi_gpio* gpio, const struct device *dev) "foo* bar" should be "foo *bar"