Documentation: PM: Fix PCI hibernation support description
authorRinHizakura <s921975628@gmail.com>
Fri, 2 Feb 2024 15:21:20 +0000 (23:21 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Feb 2024 17:50:42 +0000 (18:50 +0100)
According to the context, 'pci_pm_suspend_noirq' is the right
word for the changed sentence.

Signed-off-by: Yiwei Lin <s921975628@gmail.com>
[ rjw: Subject edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/power/pci.rst

index a125544b4cb68dfa10a81db0437402784ac86fff..12070320307e5c8fb2d73894805b2f9230ea8e6b 100644 (file)
@@ -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.