summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_pci.c
diff options
context:
space:
mode:
authorKenji Kaneshige2007-08-10 01:09:37 +0200
committerGreg Kroah-Hartman2007-10-13 00:03:14 +0200
commit9fe8164536c4fa6e630c706c667a2c6e8456d143 (patch)
tree8cd5db34f35df8d55a126ffbeb0f4a00439491b5 /drivers/pci/hotplug/pciehp_pci.c
parentpciehp: remove trailing whitespace from pciehp_ctrl.c (diff)
downloadkernel-qcow2-linux-9fe8164536c4fa6e630c706c667a2c6e8456d143.tar.gz
kernel-qcow2-linux-9fe8164536c4fa6e630c706c667a2c6e8456d143.tar.xz
kernel-qcow2-linux-9fe8164536c4fa6e630c706c667a2c6e8456d143.zip
pciehp: remove trailing whitespace form pciehp_pci.c
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>
Diffstat (limited to 'drivers/pci/hotplug/pciehp_pci.c')
-rw-r--r--drivers/pci/hotplug/pciehp_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pci/hotplug/pciehp_pci.c b/drivers/pci/hotplug/pciehp_pci.c
index 8f2b25c49f84..c424aded13fb 100644
--- a/drivers/pci/hotplug/pciehp_pci.c
+++ b/drivers/pci/hotplug/pciehp_pci.c
@@ -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;
}