[PATCH] vlynq: fix typos in Kconfig

Randy Dunlap rdunlap at infradead.org
Fri Jul 21 23:43:18 PDT 2023


Fix grammar and punctuation in the vlynq Kconfig file.

Fixes: 55e331cf7ebe ("drivers: add support for the TI VLYNQ bus")
Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
Cc: Florian Fainelli <f.fainelli at gmail.com>
Cc: openwrt-devel at lists.openwrt.org
Cc: Andrew Morton <akpm at linux-foundation.org>
---
 drivers/vlynq/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -- a/drivers/vlynq/Kconfig b/drivers/vlynq/Kconfig
--- a/drivers/vlynq/Kconfig
+++ b/drivers/vlynq/Kconfig
@@ -7,10 +7,10 @@ config VLYNQ
 	help
 	  Support for Texas Instruments(R) VLYNQ bus.
 	  The VLYNQ bus is a high-speed, serial and packetized
-	  data bus which allows external peripherals of a SoC
+	  data bus which allows external peripherals of an SoC
 	  to appear into the system's main memory.
 
-	  If unsure, say N
+	  If unsure, say N.
 
 config VLYNQ_DEBUG
 	bool "VLYNQ bus debug"



More information about the openwrt-devel mailing list