projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9515930
)
PCI Hotplug: PCIeHP: Fix some whitespace damage
author
Rolf Eike Beer
<eike-hotplug@sf-tec.de>
Tue, 6 Nov 2007 12:20:17 +0000
(13:20 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 1 Feb 2008 23:04:24 +0000
(15:04 -0800)
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>
drivers/pci/hotplug/pciehp_pci.c
patch
|
blob
|
history
diff --git
a/drivers/pci/hotplug/pciehp_pci.c
b/drivers/pci/hotplug/pciehp_pci.c
index c09b0c2f8065b2bf63563c7a2badf8662703834d..bc87d64a33f1d3fc9bc096520be6b52cd3714c8e 100644
(file)
--- a/
drivers/pci/hotplug/pciehp_pci.c
+++ b/
drivers/pci/hotplug/pciehp_pci.c
@@
-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;
}
-