From: Fabio Estevam Date: Wed, 30 May 2018 19:29:15 +0000 (-0300) Subject: spi: Fix typo on SPI_MEM help text X-Git-Tag: v4.18-rc1~184^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29e795ca017f9db8c0226c5f27c135d7922b392a;p=thirdparty%2Flinux.git spi: Fix typo on SPI_MEM help text The correct form is "a high-level", so fix it accordingly. Signed-off-by: Fabio Estevam Reviewed-by: Boris Brezillon Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index e62ac3289bc12..ad5d68e1dab7c 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"