]> www.infradead.org Git - linux.git/commitdiff
Documentation: PCI: fix typo in pci.rst
authorAbdul Rahim <abdul.rahim@myyahoo.com>
Fri, 6 Sep 2024 20:56:56 +0000 (02:26 +0530)
committerJonathan Corbet <corbet@lwn.net>
Tue, 10 Sep 2024 21:30:42 +0000 (15:30 -0600)
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>

Documentation/PCI/pci.rst

index dd7b1c0c21da020e218b94d57a09bf78917d4f41..f4d2662871ab1cc1554220cc074340e5e562f649 100644 (file)
@@ -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())