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 6d6120007af4..dab33a21d49a 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -550,7 +550,7 @@ void pci_update_current_state(struct pci_dev *dev, pci_power_t state) | |||
550 | * @dev: PCI device to handle. | 550 | * @dev: PCI device to handle. |
551 | * @state: PCI power state (D0, D1, D2, D3hot) to put the device into. | 551 | * @state: PCI power state (D0, D1, D2, D3hot) to put the device into. |
552 | * | 552 | * |
553 | * Transition a device to a new power state, using the platform formware and/or | 553 | * Transition a device to a new power state, using the platform firmware and/or |
554 | * the device's PCI PM registers. | 554 | * the device's PCI PM registers. |
555 | * | 555 | * |
556 | * RETURN VALUE: | 556 | * RETURN VALUE: |