Skip to content

Commit 9ca65c3

Browse files
attreyee-mukbjorn-helgaas
authored andcommitted
docs: PCI: Fix typos
Fix typos in PCI docs. Link: https://lore.kernel.org/r/20231223184720.25645-1-tintinm2017@gmail.com Link: https://lore.kernel.org/r/20231223184412.25598-1-tintinm2017@gmail.com Signed-off-by: Attreyee Mukherjee <tintinm2017@gmail.com> [bhelgaas: squashed, commit log] Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> # for "busses" only
1 parent 0942155 commit 9ca65c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/PCI/boot-interrupts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Conditions
6161
==========
6262

6363
The use of threaded interrupts is the most likely condition to trigger
64-
this problem today. Threaded interrupts may not be reenabled after the IRQ
64+
this problem today. Threaded interrupts may not be re-enabled after the IRQ
6565
handler wakes. These "one shot" conditions mean that the threaded interrupt
6666
needs to keep the interrupt line masked until the threaded handler has run.
6767
Especially when dealing with high data rate interrupts, the thread needs to

Documentation/PCI/msi-howto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ including a full 'lspci -v' so we can add the quirks to the kernel.
236236
Disabling MSIs below a bridge
237237
-----------------------------
238238

239-
Some PCI bridges are not able to route MSIs between busses properly.
239+
Some PCI bridges are not able to route MSIs between buses properly.
240240
In this case, MSIs must be disabled on all devices behind the bridge.
241241

242242
Some bridges allow you to enable MSIs by changing some bits in their

0 commit comments

Comments
 (0)