]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/hotplug/pciehp_pci.c
pciehp: remove trailing whitespace form pciehp_pci.c
[linux-2.6-omap-h63xx.git] / drivers / pci / hotplug / pciehp_pci.c
index 8f2b25c49f84c58cd9a344feec569aa13962add8..c424aded13fb43fb108d41870d1c4f46c207de28 100644 (file)
@@ -280,12 +280,12 @@ int pciehp_unconfigure_device(struct slot *p_slot)
                pci_remove_bus_device(temp);
                pci_dev_put(temp);
        }
-       /* 
+       /*
         * Some PCI Express root ports require fixup after hot-plug operation.
         */
-       if (pcie_mch_quirk) 
+       if (pcie_mch_quirk)
                pci_fixup_device(pci_fixup_final, p_slot->ctrl->pci_dev);
-       
+
        return rc;
 }