Skip to content

Commit

Permalink
dmfe: checkpatch fix (add whitespace)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Jeff Garzik committed Nov 24, 2007
1 parent 00ff49a commit a31e23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/tulip/dmfe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a31e23e

Please sign in to comment.