[PATCH] docs: memory-devices: fix typo in emif.rst

Benton Raymer posted 1 patch 7 months, 1 week ago
Documentation/driver-api/memory-devices/ti-emif.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: memory-devices: fix typo in emif.rst
Posted by Benton Raymer 7 months, 1 week ago
Fixes a minor typo in the /Documentation/driver-api/memory-devices/ti-emif.rst file

Signed-off-by: Benton Raymer <benton.raymer@gmail.com>
---
 Documentation/driver-api/memory-devices/ti-emif.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/memory-devices/ti-emif.rst b/Documentation/driver-api/memory-devices/ti-emif.rst
index dea2ad9bcd7e..d824cc0dce89 100644
--- a/Documentation/driver-api/memory-devices/ti-emif.rst
+++ b/Documentation/driver-api/memory-devices/ti-emif.rst
@@ -29,7 +29,7 @@ This driver is for the EMIF module available in Texas Instruments
 SoCs. EMIF is an SDRAM controller that, based on its revision,
 supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols.
 This driver takes care of only LPDDR2 memories presently. The
-functions of the driver includes re-configuring AC timing
+functions of the driver include re-configuring AC timing
 parameters and other settings during frequency, voltage and
 temperature changes
 
-- 
2.46.0
Re: [PATCH] docs: memory-devices: fix typo in emif.rst
Posted by Jonathan Corbet 7 months ago
Benton Raymer <benton.raymer@gmail.com> writes:

> Fixes a minor typo in the /Documentation/driver-api/memory-devices/ti-emif.rst file
>
> Signed-off-by: Benton Raymer <benton.raymer@gmail.com>
> ---
>  Documentation/driver-api/memory-devices/ti-emif.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/memory-devices/ti-emif.rst b/Documentation/driver-api/memory-devices/ti-emif.rst
> index dea2ad9bcd7e..d824cc0dce89 100644
> --- a/Documentation/driver-api/memory-devices/ti-emif.rst
> +++ b/Documentation/driver-api/memory-devices/ti-emif.rst
> @@ -29,7 +29,7 @@ This driver is for the EMIF module available in Texas Instruments
>  SoCs. EMIF is an SDRAM controller that, based on its revision,
>  supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols.
>  This driver takes care of only LPDDR2 memories presently. The
> -functions of the driver includes re-configuring AC timing
> +functions of the driver include re-configuring AC timing
>  parameters and other settings during frequency, voltage and

Applied, thanks.

jon