Bläddra i källkod

spi: Fix typo on SPI_MEM help text

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>
Signed-off-by: Mark Brown <broonie@kernel.org>
Fabio Estevam 7 år sedan
förälder
incheckning
29e795ca01
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      drivers/spi/Kconfig

+ 1 - 1
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"