Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Abdul Rahim and committed by
Jonathan Corbet
e6ba83cb 5d5f9229

+1 -1
+1 -1
Documentation/PCI/pci.rst
··· 52 52 - Enable DMA/processing engines 53 53 54 54 When done using the device, and perhaps the module needs to be unloaded, 55 - the driver needs to take the follow steps: 55 + the driver needs to take the following steps: 56 56 57 57 - Disable the device from generating IRQs 58 58 - Release the IRQ (free_irq())