Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f07234b66af1d1a204b9ddabdbdb312e8f1fb35e
Commit:     f07234b66af1d1a204b9ddabdbdb312e8f1fb35e
Parent:     9515930ea2a9a51382a9668569ce008bb46a09bb
Author:     Rolf Eike Beer <[EMAIL PROTECTED]>
AuthorDate: Tue Nov 6 13:20:17 2007 +0100
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Fri Feb 1 15:04:24 2008 -0800

    PCI Hotplug: PCIeHP: Fix some whitespace damage
    
    PCIeHP: Fix some whitespace damage
    
    Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]>
    Signed-off-by: Kristen Carlson Accardi <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/pci/hotplug/pciehp_pci.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/pci/hotplug/pciehp_pci.c b/drivers/pci/hotplug/pciehp_pci.c
index c09b0c2..bc87d64 100644
--- 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;
 }
-
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to