build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63393 )
Change subject: nb/intel/gm45: Don't use __SIMPLE_DEVICE__ ......................................................................
Patch Set 3:
(9 comments)
File src/northbridge/intel/gm45/igd.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145496): https://review.coreboot.org/c/coreboot/+/63393/comment/74409718_ef003c95 PS3, Line 18: const struct device * mch_dev = __pci_0_00_0; "foo * bar" should be "foo *bar"
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145496): https://review.coreboot.org/c/coreboot/+/63393/comment/dd49438d_bf5b0103 PS3, Line 19: const struct device * peg_dev = __pci_0_01_0; "foo * bar" should be "foo *bar"
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145496): https://review.coreboot.org/c/coreboot/+/63393/comment/35a583dd_4d4a3d85 PS3, Line 20: const struct device * igd_dev = __pci_0_02_0; "foo * bar" should be "foo *bar"
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145496): https://review.coreboot.org/c/coreboot/+/63393/comment/8664c54e_6a8f699b PS3, Line 80: const struct device * mch_dev = PCI_DEV(0, 0, 0); "foo * bar" should be "foo *bar"
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145496): https://review.coreboot.org/c/coreboot/+/63393/comment/d3302450_5c1fd9cf PS3, Line 101: const struct device * mch_dev = PCI_DEV(0, 0, 0); "foo * bar" should be "foo *bar"
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145496): https://review.coreboot.org/c/coreboot/+/63393/comment/4ca147ce_51785548 PS3, Line 112: const struct device * mch_dev = PCI_DEV(0, 0, 0); "foo * bar" should be "foo *bar"
File src/northbridge/intel/gm45/iommu.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145496): https://review.coreboot.org/c/coreboot/+/63393/comment/fb4b1f1f_13bbdb85 PS3, Line 36: const struct device * igd = __pci_0_02_0; "foo * bar" should be "foo *bar"
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145496): https://review.coreboot.org/c/coreboot/+/63393/comment/3d7bad19_3c4c2d78 PS3, Line 52: const struct device * peg = __pci_0_01_0; "foo * bar" should be "foo *bar"
File src/northbridge/intel/gm45/pcie.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145496): https://review.coreboot.org/c/coreboot/+/63393/comment/d6f03b9a_e2374147 PS3, Line 274: const struct device * mch = __pci_0_00_0; "foo * bar" should be "foo *bar"