Commit 9bb6c395 authored by RinHizakura's avatar RinHizakura Committed by Rafael J. Wysocki
Browse files

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: default avatarYiwei Lin <s921975628@gmail.com>
[ rjw: Subject edits ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 8bc29736
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.