Skip to content

Commit fb48365

Browse files
beaverboy20bjorn-helgaas
authored andcommitted
Documentation: PCI: Fix typos
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
1 parent 254f496 commit fb48365

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/PCI/pci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ the PCI_IRQ_MSI and PCI_IRQ_MSIX flags will fail, so try to always
338338
specify PCI_IRQ_INTX as well.
339339

340340
Drivers that have different interrupt handlers for MSI/MSI-X and
341-
legacy INTx should chose the right one based on the msi_enabled
341+
legacy INTx should choose the right one based on the msi_enabled
342342
and msix_enabled flags in the pci_dev structure after calling
343343
pci_alloc_irq_vectors.
344344

Documentation/PCI/pciebus-howto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ register its service with the PCI Express Port Bus driver (see
9797
section 5.2.1 & 5.2.2). It is important that a service driver
9898
initializes the pcie_port_service_driver data structure, included in
9999
header file /include/linux/pcieport_if.h, before calling these APIs.
100-
Failure to do so will result an identity mismatch, which prevents
100+
Failure to do so will result in an identity mismatch, which prevents
101101
the PCI Express Port Bus driver from loading a service driver.
102102

103103
pcie_port_service_register

0 commit comments

Comments
 (0)