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 2:
(9 comments)
File src/northbridge/intel/gm45/igd.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145490): https://review.coreboot.org/c/coreboot/+/63393/comment/1030e558_de3723a5 PS2, 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-145490): https://review.coreboot.org/c/coreboot/+/63393/comment/e5d8196e_f9c0c69d PS2, 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-145490): https://review.coreboot.org/c/coreboot/+/63393/comment/439a951b_6fbbd7b2 PS2, 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-145490): https://review.coreboot.org/c/coreboot/+/63393/comment/4eb3e58f_8b89b7ff PS2, 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-145490): https://review.coreboot.org/c/coreboot/+/63393/comment/6659e716_6487eae9 PS2, 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-145490): https://review.coreboot.org/c/coreboot/+/63393/comment/0bf8771c_509f14dd PS2, 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-145490): https://review.coreboot.org/c/coreboot/+/63393/comment/c7f60dbc_f24a5b19 PS2, 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-145490): https://review.coreboot.org/c/coreboot/+/63393/comment/0b0a6cec_7fb9018f PS2, 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-145490): https://review.coreboot.org/c/coreboot/+/63393/comment/e5bd4888_ab77135b PS2, Line 274: const struct device * mch = __pci_0_00_0; "foo * bar" should be "foo *bar"