Skip to content

Commit

Permalink
PCI Hotplug: PCIeHP: Fix some whitespace damage
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rolf Eike Beer authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent 9515930 commit f07234b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/pci/hotplug/pciehp_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -283,4 +283,3 @@ int pciehp_unconfigure_device(struct slot *p_slot)

return rc;
}

0 comments on commit f07234b

Please sign in to comment.