diff mbox series

Documentation: PCI: fix typo in pci.rst

Message ID 20240906205656.8261-1-abdul.rahim@myyahoo.com
State New
Headers show
Series Documentation: PCI: fix typo in pci.rst | expand

Commit Message

Abdul Rahim Sept. 6, 2024, 8:56 p.m. UTC
Fix typo: "follow" -> "following" in pci.rst

Signed-off-by: Abdul Rahim <abdul.rahim@myyahoo.com>
---
 Documentation/PCI/pci.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bagas Sanjaya Sept. 10, 2024, 1:45 a.m. UTC | #1
On Sat, Sep 07, 2024 at 02:26:56AM +0530, Abdul Rahim wrote:
>  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:
>  

Looks good, thanks!

Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Jonathan Corbet Sept. 10, 2024, 9:30 p.m. UTC | #2
Abdul Rahim <abdul.rahim@myyahoo.com> writes:

> Fix typo: "follow" -> "following" in pci.rst
>
> Signed-off-by: Abdul Rahim <abdul.rahim@myyahoo.com>
> ---
>  Documentation/PCI/pci.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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:
>  

Applied, thanks.

jon
diff mbox series

Patch

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())