Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a31e23e15cbb9734c5883a4a7f58d8712d303e0b
Commit:     a31e23e15cbb9734c5883a4a7f58d8712d303e0b
Parent:     00ff49a91e524ec5cb593380186d5d514876c417
Author:     Jeff Garzik <[EMAIL PROTECTED]>
AuthorDate: Fri Nov 23 22:13:19 2007 -0500
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Fri Nov 23 22:13:19 2007 -0500

    dmfe: checkpatch fix (add whitespace)
    
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/tulip/dmfe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/tulip/dmfe.c b/drivers/net/tulip/dmfe.c
index 208dae7..b4891ca 100644
--- a/drivers/net/tulip/dmfe.c
+++ b/drivers/net/tulip/dmfe.c
@@ -2119,7 +2119,7 @@ static int dmfe_suspend(struct pci_dev *pci_dev, 
pm_message_t state)
 
        /* Power down device*/
        pci_save_state(pci_dev);
-       pci_set_power_state(pci_dev, pci_choose_state (pci_dev,state));
+       pci_set_power_state(pci_dev, pci_choose_state (pci_dev, state));
 
        return 0;
 }
-
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