mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
dmfe: checkpatch fix (add whitespace)
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
00ff49a91e
commit
a31e23e15c
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user