diff options
author | Abdul Rahim <abdul.rahim@myyahoo.com> | 2024-09-07 02:26:56 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-09-10 15:30:42 -0600 |
commit | e6ba83cb81e84d9e2d003c5ed2749ca81843f555 (patch) | |
tree | cf66ac71d3e34d44c5e33078b2a58267495cc6a8 | |
parent | 5d5f9229ab0143639ec7cd3beea88c8e763cf5a7 (diff) |
Documentation: PCI: fix typo in pci.rst
Fix typo: "follow" -> "following" in pci.rst
Signed-off-by: Abdul Rahim <abdul.rahim@myyahoo.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20240906205656.8261-1-abdul.rahim@myyahoo.com>
-rw-r--r-- | Documentation/PCI/pci.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/pci.rst b/Documentation/PCI/pci.rst index dd7b1c0c21da..f4d2662871ab 100644 --- a/Documentation/PCI/pci.rst +++ b/Documentation/PCI/pci.rst @@ -52,7 +52,7 @@ driver generally needs to perform the following initialization: - Enable DMA/processing engines When done using the device, and perhaps the module needs to be unloaded, -the driver needs to take the follow steps: +the driver needs to take the following steps: - Disable the device from generating IRQs - Release the IRQ (free_irq()) |