diff mbox

spi: Fix typo on SPI_MEM help text

Message ID 1527708555-13916-1-git-send-email-festevam@gmail.com (mailing list archive)
State Accepted
Commit 29e795ca017f9db8c0226c5f27c135d7922b392a
Headers show

Commit Message

Fabio Estevam May 30, 2018, 7:29 p.m. UTC
From: Fabio Estevam <fabio.estevam@nxp.com>

The correct form is "a high-level", so fix it accordingly.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Boris Brezillon May 30, 2018, 7:36 p.m. UTC | #1
On Wed, 30 May 2018 16:29:15 -0300
Fabio Estevam <festevam@gmail.com> wrote:

> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> The correct form is "a high-level", so fix it accordingly.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>

> ---
>  drivers/spi/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index e62ac32..ad5d68e 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -52,7 +52,7 @@ config SPI_MEM
>  	help
>  	  Enable this option if you want to enable the SPI memory extension.
>  	  This extension is meant to simplify interaction with SPI memories
> -	  by providing an high-level interface to send memory-like commands.
> +	  by providing a high-level interface to send memory-like commands.
>  
>  comment "SPI Master Controller Drivers"
>  

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index e62ac32..ad5d68e 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -52,7 +52,7 @@  config SPI_MEM
 	help
 	  Enable this option if you want to enable the SPI memory extension.
 	  This extension is meant to simplify interaction with SPI memories
-	  by providing an high-level interface to send memory-like commands.
+	  by providing a high-level interface to send memory-like commands.
 
 comment "SPI Master Controller Drivers"