mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
PCI Hotplug: PCIeHP: Fix some whitespace damage
PCIeHP: Fix some whitespace damage Signed-off-by: Rolf Eike Beer <eike-hotplug@sf-tec.de> Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
9515930ea2
commit
f07234b66a
@ -247,7 +247,7 @@ int pciehp_unconfigure_device(struct slot *p_slot)
|
|||||||
dbg("%s: bus/dev = %x/%x\n", __FUNCTION__, p_slot->bus,
|
dbg("%s: bus/dev = %x/%x\n", __FUNCTION__, p_slot->bus,
|
||||||
p_slot->device);
|
p_slot->device);
|
||||||
|
|
||||||
for (j=0; j<8 ; j++) {
|
for (j = 0; j < 8; j++) {
|
||||||
struct pci_dev* temp = pci_get_slot(parent,
|
struct pci_dev* temp = pci_get_slot(parent,
|
||||||
(p_slot->device << 3) | j);
|
(p_slot->device << 3) | j);
|
||||||
if (!temp)
|
if (!temp)
|
||||||
@ -283,4 +283,3 @@ int pciehp_unconfigure_device(struct slot *p_slot)
|
|||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user