summaryrefslogtreecommitdiff
path: root/Documentation/power
diff options
context:
space:
mode:
authorRinHizakura <s921975628@gmail.com>2024-02-02 23:21:20 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-02-12 18:50:42 +0100
commit9bb6c395b0ffeac878fd1509b2bbb976346919fd (patch)
tree0d27b147fd805d6fb79f0de24be8ba19d0aaa7d2 /Documentation/power
parent8bc29736357e7f9a6bd0d16b57b5612197e1924b (diff)
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 <s921975628@gmail.com> [ rjw: Subject edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/power')
-rw-r--r--Documentation/power/pci.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/pci.rst b/Documentation/power/pci.rst
index a125544b4cb6..12070320307e 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.