diff options
author | Nick Andrew <nick@nick-andrew.net> | 2009-01-26 05:06:57 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:21:59 -0400 |
commit | 877d03105d04b2c13e241130277fa69c8d2564f0 (patch) | |
tree | 79234721145f9dab3e0970027ed0b9b9f8929725 /drivers/pci/pci.c | |
parent | caa790ba6cb88dccfab356960d93e2f4e0bd8704 (diff) |
trivial: Fix misspelling of firmware
Fix misspelling of firmware.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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: |