diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-08-24 11:44:32 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2023-08-25 08:15:38 -0500 |
commit | 86b4ad7d67b26973838b7f1d4428aba9483cb5ce (patch) | |
tree | c2db7430e20ef730ad849b991dc4a7f2b8c2c850 /drivers/pci/pci.c | |
parent | 2b4af4b3988a6c0175af3c9a65c87d97e94dc34e (diff) | |
download | linux-86b4ad7d67b26973838b7f1d4428aba9483cb5ce.tar.gz linux-86b4ad7d67b26973838b7f1d4428aba9483cb5ce.tar.bz2 linux-86b4ad7d67b26973838b7f1d4428aba9483cb5ce.zip |
PCI: Fix typos in docs and comments
Fix typos in docs and comments.
Link: https://lore.kernel.org/r/20230824193712.542167-11-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
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 6b62795425a7..749ef90c623d 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -1290,7 +1290,7 @@ end: * * Call pci_power_up() to put @dev into D0, read from its PCI_PM_CTRL register * to confirm the state change, restore its BARs if they might be lost and - * reconfigure ASPM in acordance with the new power state. + * reconfigure ASPM in accordance with the new power state. * * If pci_restore_state() is going to be called right after a power state change * to D0, it is more efficient to use pci_power_up() directly instead of this |