提交 f07234b6 编写于 作者: R Rolf Eike Beer 提交者: Greg Kroah-Hartman

PCI Hotplug: PCIeHP: Fix some whitespace damage

PCIeHP: Fix some whitespace damage
Signed-off-by: NRolf Eike Beer <eike-hotplug@sf-tec.de>
Signed-off-by: NKristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 9515930e
......@@ -247,7 +247,7 @@ int pciehp_unconfigure_device(struct slot *p_slot)
dbg("%s: bus/dev = %x/%x\n", __FUNCTION__, p_slot->bus,
p_slot->device);
for (j=0; j<8 ; j++) {
for (j = 0; j < 8; j++) {
struct pci_dev* temp = pci_get_slot(parent,
(p_slot->device << 3) | j);
if (!temp)
......@@ -283,4 +283,3 @@ int pciehp_unconfigure_device(struct slot *p_slot)
return rc;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册