diff mbox series

Documentation: PM: Fix system hibernation section

Message ID 20240202152120.13317-1-s921975628@gmail.com (mailing list archive)
State In Next
Delegated to: Rafael Wysocki
Headers show
Series Documentation: PM: Fix system hibernation section | expand

Commit Message

Yiwei Lin Feb. 2, 2024, 3:21 p.m. UTC
From: RinHizakura <s921975628@gmail.com>

According to the context, 'pci_pm_suspend_noirq' is the right
word for the changed sentence.

Signed-off-by: Yiwei Lin <s921975628@gmail.com>
---
 Documentation/power/pci.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafael J. Wysocki Feb. 12, 2024, 5:51 p.m. UTC | #1
On Fri, Feb 2, 2024 at 4:21 PM Yiwei Lin <s921975628@gmail.com> wrote:
>
> From: RinHizakura <s921975628@gmail.com>
>
> According to the context, 'pci_pm_suspend_noirq' is the right
> word for the changed sentence.
>
> Signed-off-by: Yiwei Lin <s921975628@gmail.com>
> ---
>  Documentation/power/pci.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/power/pci.rst b/Documentation/power/pci.rst
> index a125544b4..120703203 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.
>
> --

Applied as 6.9 material, thanks!
diff mbox series

Patch

diff --git a/Documentation/power/pci.rst b/Documentation/power/pci.rst
index a125544b4..120703203 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.