diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2007-08-09 19:09:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 18:03:14 -0400 |
commit | 9fe8164536c4fa6e630c706c667a2c6e8456d143 (patch) | |
tree | 8cd5db34f35df8d55a126ffbeb0f4a00439491b5 | |
parent | 36ed27b07b873db06c10d2f8f41aa17be6803fdd (diff) |
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>
-rw-r--r-- | drivers/pci/hotplug/pciehp_pci.c | 6 |
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) | |||
280 | pci_remove_bus_device(temp); | 280 | pci_remove_bus_device(temp); |
281 | pci_dev_put(temp); | 281 | pci_dev_put(temp); |
282 | } | 282 | } |
283 | /* | 283 | /* |
284 | * Some PCI Express root ports require fixup after hot-plug operation. | 284 | * Some PCI Express root ports require fixup after hot-plug operation. |
285 | */ | 285 | */ |
286 | if (pcie_mch_quirk) | 286 | if (pcie_mch_quirk) |
287 | pci_fixup_device(pci_fixup_final, p_slot->ctrl->pci_dev); | 287 | pci_fixup_device(pci_fixup_final, p_slot->ctrl->pci_dev); |
288 | 288 | ||
289 | return rc; | 289 | return rc; |
290 | } | 290 | } |
291 | 291 | ||