]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: PCI: Fix typos
authorjosh ziegler <joshziegler76@gmail.com>
Tue, 21 Apr 2026 01:20:59 +0000 (21:20 -0400)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 27 Apr 2026 14:47:42 +0000 (09:47 -0500)
Fix "chose" -> "choose" in pci.rst
Fix "result an" -> "result in an" in pciebus-howto.rst

Signed-off-by: josh ziegler <joshziegler76@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260421012059.251492-1-joshziegler76@gmail.com
Documentation/PCI/pci.rst
Documentation/PCI/pciebus-howto.rst

index f4d2662871ab1cc1554220cc074340e5e562f649..be35e9a1ee75f7038539a5f162f621086cc3f495 100644 (file)
@@ -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.
 
index 375d9ce171f62392205a671c8b5bc6b57246af59..9cc133ccdeeceba8a4586026d263b7e8e8dd4c2d 100644 (file)
@@ -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