]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
pciehp: remove trailing whitespace form pciehp_pci.c
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Thu, 9 Aug 2007 23:09:37 +0000 (16:09 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 22:03:14 +0000 (15:03 -0700)
Remove trailing whitespaces from pciehp_pci.c.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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;
 }