From: RinHizakura Date: Fri, 2 Feb 2024 15:21:20 +0000 (+0800) Subject: Documentation: PM: Fix PCI hibernation support description X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9bb6c395b0ffeac878fd1509b2bbb976346919fd;p=linux.git Documentation: PM: Fix PCI hibernation support description According to the context, 'pci_pm_suspend_noirq' is the right word for the changed sentence. Signed-off-by: Yiwei Lin [ rjw: Subject edits ] Signed-off-by: Rafael J. Wysocki --- diff --git a/Documentation/power/pci.rst b/Documentation/power/pci.rst index a125544b4cb68..12070320307e5 100644 --- a/Documentation/power/pci.rst +++ b/Documentation/power/pci.rst @@ -625,7 +625,7 @@ The PCI subsystem-level callbacks they correspond to:: pci_pm_poweroff() pci_pm_poweroff_noirq() -work in analogy with pci_pm_suspend() and pci_pm_poweroff_noirq(), respectively, +work in analogy with pci_pm_suspend() and pci_pm_suspend_noirq(), respectively, although they don't attempt to save the device's standard configuration registers.