From: Kenji Kaneshige Date: Thu, 9 Aug 2007 23:09:37 +0000 (-0700) Subject: pciehp: remove trailing whitespace form pciehp_pci.c X-Git-Tag: accepted/tizen/common/20141203.182822~27844^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fe8164536c4fa6e630c706c667a2c6e8456d143;p=platform%2Fkernel%2Flinux-arm64.git pciehp: remove trailing whitespace form pciehp_pci.c Remove trailing whitespaces from pciehp_pci.c. Signed-off-by: Kenji Kaneshige Signed-off-by: Kristen Carlson Accardi Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/pci/hotplug/pciehp_pci.c b/drivers/pci/hotplug/pciehp_pci.c index 8f2b25c..c424ade 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; }