From: Bjorn Helgaas <helgaas@kernel.org>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Randy Dunlap <rdunlap@infradead.org>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
Bjorn Helgaas <bhelgaas@google.com>
Subject: [PATCH 7/9] Documentation: Fix power typos
Date: Wed, 13 Aug 2025 15:05:03 -0500 [thread overview]
Message-ID: <20250813200526.290420-8-helgaas@kernel.org> (raw)
In-Reply-To: <20250813200526.290420-1-helgaas@kernel.org>
From: Bjorn Helgaas <bhelgaas@google.com>
Fix typos.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
---
Documentation/power/pci.rst | 4 ++--
Documentation/power/suspend-and-cpuhotplug.rst | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/power/pci.rst b/Documentation/power/pci.rst
index 9ebecb7b00b2..38e614d92a4a 100644
--- a/Documentation/power/pci.rst
+++ b/Documentation/power/pci.rst
@@ -472,7 +472,7 @@ in the device tree from the root bridge to a leaf device contains both of them).
The pci_pm_suspend_noirq() routine is executed after suspend_device_irqs() has
been called, which means that the device driver's interrupt handler won't be
invoked while this routine is running. It first checks if the device's driver
-implements legacy PCI suspends routines (Section 3), in which case the legacy
+implements legacy PCI suspend routines (Section 3), in which case the legacy
late suspend routine is called and its result is returned (the standard
configuration registers of the device are saved if the driver's callback hasn't
done that). Second, if the device driver's struct dev_pm_ops object is not
@@ -544,7 +544,7 @@ result is then returned).
The resume phase is carried out asynchronously for PCI devices, like the
suspend phase described above, which means that if two PCI devices don't depend
on each other in a known way, the pci_pm_resume() routine may be executed for
-the both of them in parallel.
+both of them in parallel.
The pci_pm_complete() routine only executes the device driver's pm->complete()
callback, if defined.
diff --git a/Documentation/power/suspend-and-cpuhotplug.rst b/Documentation/power/suspend-and-cpuhotplug.rst
index ebedb6c75db9..641d09a6546b 100644
--- a/Documentation/power/suspend-and-cpuhotplug.rst
+++ b/Documentation/power/suspend-and-cpuhotplug.rst
@@ -13,7 +13,7 @@ infrastructure uses it internally? And where do they share common code?
Well, a picture is worth a thousand words... So ASCII art follows :-)
-[This depicts the current design in the kernel, and focusses only on the
+[This depicts the current design in the kernel, and focuses only on the
interactions involving the freezer and CPU hotplug and also tries to explain
the locking involved. It outlines the notifications involved as well.
But please note that here, only the call paths are illustrated, with the aim
--
2.43.0
next prev parent reply other threads:[~2025-08-13 20:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-13 20:04 [PATCH 0/9] Documentation: Fix typos Bjorn Helgaas
2025-08-13 20:04 ` [PATCH 1/9] Documentation: Fix PCI typos Bjorn Helgaas
2025-08-13 20:04 ` [PATCH 2/9] Documentation: Fix RCU typos Bjorn Helgaas
2025-08-13 20:04 ` [PATCH 3/9] Documentation: Fix admin-guide typos Bjorn Helgaas
2025-08-13 20:05 ` [PATCH 4/9] Documentation: Fix core-api typos Bjorn Helgaas
2025-08-13 20:05 ` [PATCH 5/9] Documentation: Fix filesystems typos Bjorn Helgaas
2025-08-13 20:05 ` [PATCH 6/9] Documentation: Fix networking typos Bjorn Helgaas
2025-08-13 20:05 ` Bjorn Helgaas [this message]
2025-08-13 20:05 ` [PATCH 8/9] Documentation: Fix trace typos Bjorn Helgaas
2025-08-13 20:05 ` [PATCH 9/9] Documentation: Fix misc typos Bjorn Helgaas
2025-08-18 16:44 ` [PATCH 0/9] Documentation: Fix typos Jonathan Corbet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250813200526.290420-8-helgaas@kernel.org \
--to=helgaas@kernel.org \
--cc=bhelgaas@google.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).