Commit 9fe81645 authored by Kenji Kaneshige's avatar Kenji Kaneshige Committed by Greg Kroah-Hartman

pciehp: remove trailing whitespace form pciehp_pci.c

Remove trailing whitespaces from pciehp_pci.c.
Signed-off-by: default avatarKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: default avatarKristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 36ed27b0
...@@ -280,12 +280,12 @@ int pciehp_unconfigure_device(struct slot *p_slot) ...@@ -280,12 +280,12 @@ int pciehp_unconfigure_device(struct slot *p_slot)
pci_remove_bus_device(temp); pci_remove_bus_device(temp);
pci_dev_put(temp); pci_dev_put(temp);
} }
/* /*
* Some PCI Express root ports require fixup after hot-plug operation. * 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); pci_fixup_device(pci_fixup_final, p_slot->ctrl->pci_dev);
return rc; return rc;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment