Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / southbridge / amd / amd8151 / amd8151_agp3.c
index 93c7992810986f7dc3bc9263cb8e05430ce27767..5d673f6ae8c986c98c1dc5d03a297b8a80064c62 100644 (file)
@@ -38,7 +38,7 @@ static const struct pci_driver agp3bridge_driver __pci_driver = {
 static void agp3dev_enable(device_t dev)
 {
        uint32_t value;
-       
+
        /* AGP enable */
        value = pci_read_config32(dev, 0xa8);
        value |= (3<<8)|2; //AGP 8x
@@ -71,5 +71,5 @@ static struct device_operations agp3dev_ops = {
 static const struct pci_driver agp3dev_driver __pci_driver = {
        .ops    = &agp3dev_ops,
        .vendor = PCI_VENDOR_ID_AMD,
-       .device = 0x7454, //AGP Device  
+       .device = 0x7454, //AGP Device
 };