diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-02-08 23:13:49 -0800 |
---|---|---|
committer | Krzysztof Wilczyński <kwilczynski@kernel.org> | 2023-06-26 06:48:48 +0000 |
commit | b58d6d89ae020b107b2afa945a873dcadab44062 (patch) | |
tree | 5a4a35f9c8f498c8b1edc3913d616bcb3f1e98bb /Documentation/PCI/msi-howto.rst | |
parent | 2aa5ac633259843f656eb6ecff4cf01e8e810c5e (diff) | |
download | lwn-b58d6d89ae020b107b2afa945a873dcadab44062.tar.gz lwn-b58d6d89ae020b107b2afa945a873dcadab44062.zip |
Documentation: PCI: correct spelling
Correct spelling problems for Documentation/PCI/ as reported
by codespell.
Link: https://lore.kernel.org/linux-pci/20230209071400.31476-14-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'Documentation/PCI/msi-howto.rst')
-rw-r--r-- | Documentation/PCI/msi-howto.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/msi-howto.rst b/Documentation/PCI/msi-howto.rst index 8ae461e97c54..c9400f02333b 100644 --- a/Documentation/PCI/msi-howto.rst +++ b/Documentation/PCI/msi-howto.rst @@ -290,7 +290,7 @@ PCI_IRQ_MSI or PCI_IRQ_MSIX flags. List of device drivers MSI(-X) APIs =================================== -The PCI/MSI subystem has a dedicated C file for its exported device driver +The PCI/MSI subsystem has a dedicated C file for its exported device driver APIs — `drivers/pci/msi/api.c`. The following functions are exported: .. kernel-doc:: drivers/pci/msi/api.c |