* [PATCH] docs: fix typos in Documentation/PCI/
@ 2026-04-21 1:20 josh ziegler
2026-04-21 4:58 ` Randy Dunlap
2026-04-21 16:28 ` Bjorn Helgaas
0 siblings, 2 replies; 3+ messages in thread
From: josh ziegler @ 2026-04-21 1:20 UTC (permalink / raw)
To: bhelgaas, corbet; +Cc: skhan, linux-pci, linux-doc, linux-kernel, josh ziegler
Fix "chose" -> "choose" in pci.rst
Fix "result an" -> "result in an" in pciebus-howto.rst
Signed-off-by: josh ziegler <joshziegler76@gmail.com>
---
Documentation/PCI/pci.rst | 2 +-
Documentation/PCI/pciebus-howto.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/PCI/pci.rst b/Documentation/PCI/pci.rst
index f4d2662871ab..be35e9a1ee75 100644
--- a/Documentation/PCI/pci.rst
+++ b/Documentation/PCI/pci.rst
@@ -338,7 +338,7 @@ the PCI_IRQ_MSI and PCI_IRQ_MSIX flags will fail, so try to always
specify PCI_IRQ_INTX as well.
Drivers that have different interrupt handlers for MSI/MSI-X and
-legacy INTx should chose the right one based on the msi_enabled
+legacy INTx should choose the right one based on the msi_enabled
and msix_enabled flags in the pci_dev structure after calling
pci_alloc_irq_vectors.
diff --git a/Documentation/PCI/pciebus-howto.rst b/Documentation/PCI/pciebus-howto.rst
index 375d9ce171f6..9cc133ccdeec 100644
--- a/Documentation/PCI/pciebus-howto.rst
+++ b/Documentation/PCI/pciebus-howto.rst
@@ -97,7 +97,7 @@ register its service with the PCI Express Port Bus driver (see
section 5.2.1 & 5.2.2). It is important that a service driver
initializes the pcie_port_service_driver data structure, included in
header file /include/linux/pcieport_if.h, before calling these APIs.
-Failure to do so will result an identity mismatch, which prevents
+Failure to do so will result in an identity mismatch, which prevents
the PCI Express Port Bus driver from loading a service driver.
pcie_port_service_register
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: fix typos in Documentation/PCI/
2026-04-21 1:20 [PATCH] docs: fix typos in Documentation/PCI/ josh ziegler
@ 2026-04-21 4:58 ` Randy Dunlap
2026-04-21 16:28 ` Bjorn Helgaas
1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-04-21 4:58 UTC (permalink / raw)
To: josh ziegler, bhelgaas, corbet; +Cc: skhan, linux-pci, linux-doc, linux-kernel
On 4/20/26 6:20 PM, josh ziegler wrote:
> Fix "chose" -> "choose" in pci.rst
> Fix "result an" -> "result in an" in pciebus-howto.rst
>
> Signed-off-by: josh ziegler <joshziegler76@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> Documentation/PCI/pci.rst | 2 +-
> Documentation/PCI/pciebus-howto.rst | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/PCI/pci.rst b/Documentation/PCI/pci.rst
> index f4d2662871ab..be35e9a1ee75 100644
> --- a/Documentation/PCI/pci.rst
> +++ b/Documentation/PCI/pci.rst
> @@ -338,7 +338,7 @@ the PCI_IRQ_MSI and PCI_IRQ_MSIX flags will fail, so try to always
> specify PCI_IRQ_INTX as well.
>
> Drivers that have different interrupt handlers for MSI/MSI-X and
> -legacy INTx should chose the right one based on the msi_enabled
> +legacy INTx should choose the right one based on the msi_enabled
> and msix_enabled flags in the pci_dev structure after calling
> pci_alloc_irq_vectors.
>
> diff --git a/Documentation/PCI/pciebus-howto.rst b/Documentation/PCI/pciebus-howto.rst
> index 375d9ce171f6..9cc133ccdeec 100644
> --- a/Documentation/PCI/pciebus-howto.rst
> +++ b/Documentation/PCI/pciebus-howto.rst
> @@ -97,7 +97,7 @@ register its service with the PCI Express Port Bus driver (see
> section 5.2.1 & 5.2.2). It is important that a service driver
> initializes the pcie_port_service_driver data structure, included in
> header file /include/linux/pcieport_if.h, before calling these APIs.
> -Failure to do so will result an identity mismatch, which prevents
> +Failure to do so will result in an identity mismatch, which prevents
> the PCI Express Port Bus driver from loading a service driver.
>
> pcie_port_service_register
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: fix typos in Documentation/PCI/
2026-04-21 1:20 [PATCH] docs: fix typos in Documentation/PCI/ josh ziegler
2026-04-21 4:58 ` Randy Dunlap
@ 2026-04-21 16:28 ` Bjorn Helgaas
1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2026-04-21 16:28 UTC (permalink / raw)
To: josh ziegler; +Cc: bhelgaas, corbet, skhan, linux-pci, linux-doc, linux-kernel
On Mon, Apr 20, 2026 at 09:20:59PM -0400, josh ziegler wrote:
> Fix "chose" -> "choose" in pci.rst
> Fix "result an" -> "result in an" in pciebus-howto.rst
>
> Signed-off-by: josh ziegler <joshziegler76@gmail.com>
Applied with Randy's ack to pci/misc for v7.2, thanks!
Updated subject line to match local history:
Documentation: PCI: Fix typos
> ---
> Documentation/PCI/pci.rst | 2 +-
> Documentation/PCI/pciebus-howto.rst | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/PCI/pci.rst b/Documentation/PCI/pci.rst
> index f4d2662871ab..be35e9a1ee75 100644
> --- a/Documentation/PCI/pci.rst
> +++ b/Documentation/PCI/pci.rst
> @@ -338,7 +338,7 @@ the PCI_IRQ_MSI and PCI_IRQ_MSIX flags will fail, so try to always
> specify PCI_IRQ_INTX as well.
>
> Drivers that have different interrupt handlers for MSI/MSI-X and
> -legacy INTx should chose the right one based on the msi_enabled
> +legacy INTx should choose the right one based on the msi_enabled
> and msix_enabled flags in the pci_dev structure after calling
> pci_alloc_irq_vectors.
>
> diff --git a/Documentation/PCI/pciebus-howto.rst b/Documentation/PCI/pciebus-howto.rst
> index 375d9ce171f6..9cc133ccdeec 100644
> --- a/Documentation/PCI/pciebus-howto.rst
> +++ b/Documentation/PCI/pciebus-howto.rst
> @@ -97,7 +97,7 @@ register its service with the PCI Express Port Bus driver (see
> section 5.2.1 & 5.2.2). It is important that a service driver
> initializes the pcie_port_service_driver data structure, included in
> header file /include/linux/pcieport_if.h, before calling these APIs.
> -Failure to do so will result an identity mismatch, which prevents
> +Failure to do so will result in an identity mismatch, which prevents
> the PCI Express Port Bus driver from loading a service driver.
>
> pcie_port_service_register
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-21 16:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-21 1:20 [PATCH] docs: fix typos in Documentation/PCI/ josh ziegler
2026-04-21 4:58 ` Randy Dunlap
2026-04-21 16:28 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox