Author: myles Date: 2008-10-03 22:10:29 +0200 (Fri, 03 Oct 2008) New Revision: 887
Modified: coreboot-v3/southbridge/amd/amd8111/amd8111.c Log: Trivial white space cleanup.
Signed-off-by: Myles Watson mylesgw@gmail.com Acked-by: Myles Watson mylesgw@gmail.com
Modified: coreboot-v3/southbridge/amd/amd8111/amd8111.c =================================================================== --- coreboot-v3/southbridge/amd/amd8111/amd8111.c 2008-10-03 15:47:10 UTC (rev 886) +++ coreboot-v3/southbridge/amd/amd8111/amd8111.c 2008-10-03 20:10:29 UTC (rev 887) @@ -95,10 +95,10 @@ struct device_operations amd8111 = { .id = {.type = DEVICE_ID_PCI, {.pci = {.vendor = PCI_VENDOR_ID_AMD, - .device = PCI_DEVICE_ID_AMD_8111_PCI}}}, + .device = PCI_DEVICE_ID_AMD_8111_PCI}}}, .constructor = default_device_constructor, .phase3_scan = 0, - .phase4_enable_disable = amd8111_enable, + .phase4_enable_disable = amd8111_enable, .phase4_read_resources = pci_dev_read_resources, .phase4_set_resources = pci_dev_set_resources, .phase6_init = NULL,