Re: [PATCH] Documentation: PCI: fix typo in pci.rst

From: Jonathan Corbet
Date: Tue Sep 10 2024 - 17:31:15 EST


Abdul Rahim <abdul.rahim@xxxxxxxxxxx> writes:

> Fix typo: "follow" -> "following" in pci.rst
>
> Signed-off-by: Abdul Rahim <abdul.rahim@xxxxxxxxxxx>
> ---
> 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