diff options
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index fe7ac2cea7c9..445fb6f7ea3f 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -593,7 +593,7 @@ EXPORT_SYMBOL_GPL(__pci_complete_power_transition); | |||
593 | * @dev: PCI device to handle. | 593 | * @dev: PCI device to handle. |
594 | * @state: PCI power state (D0, D1, D2, D3hot) to put the device into. | 594 | * @state: PCI power state (D0, D1, D2, D3hot) to put the device into. |
595 | * | 595 | * |
596 | * Transition a device to a new power state, using the platform formware and/or | 596 | * Transition a device to a new power state, using the platform firmware and/or |
597 | * the device's PCI PM registers. | 597 | * the device's PCI PM registers. |
598 | * | 598 | * |
599 | * RETURN VALUE: | 599 | * RETURN VALUE: |