From e0b5a7df5c275fb1c1a38f65a3a3290d9c6bbc46 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Tue, 6 Nov 2007 13:20:17 +0100 Subject: PCI Hotplug: PCIeHP: Fix some whitespace damage PCIeHP: Fix some whitespace damage Signed-off-by: Rolf Eike Beer Signed-off-by: Kristen Carlson Accardi Signed-off-by: Greg Kroah-Hartman --- drivers/pci/hotplug/pciehp_pci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/drivers/pci/hotplug/pciehp_pci.c +++ b/drivers/pci/hotplug/pciehp_pci.c @@ -247,7 +247,7 @@ int pciehp_unconfigure_device(struct slo 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 slo return rc; } -