Skip to content

Commit b58d6d8

Browse files
rddunlapkwilczynski
authored andcommitted
Documentation: PCI: correct spelling
Correct spelling problems for Documentation/PCI/ as reported by codespell. Link: https://lore.kernel.org/linux-pci/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Acked-by: Bjorn Helgaas <[email protected]>
1 parent 2aa5ac6 commit b58d6d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/PCI/endpoint/pci-vntb-howto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ A sample configuration for NTB function is given below::
103103
# echo 1 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/num_mws
104104
# echo 0x100000 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/mw1
105105

106-
A sample configuration for virtual NTB driver for virutal PCI bus::
106+
A sample configuration for virtual NTB driver for virtual PCI bus::
107107

108108
# echo 0x1957 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/vntb_vid
109109
# echo 0x080A > functions/pci_epf_vntb/func1/pci_epf_vntb.0/vntb_pid

Documentation/PCI/msi-howto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ PCI_IRQ_MSI or PCI_IRQ_MSIX flags.
290290
List of device drivers MSI(-X) APIs
291291
===================================
292292

293-
The PCI/MSI subystem has a dedicated C file for its exported device driver
293+
The PCI/MSI subsystem has a dedicated C file for its exported device driver
294294
APIs — `drivers/pci/msi/api.c`. The following functions are exported:
295295

296296
.. kernel-doc:: drivers/pci/msi/api.c

0 commit comments

Comments
 (0)