diff mbox series

vlynq: fix typos in Kconfig

Message ID 20230722064318.29074-1-rdunlap@infradead.org
State New
Headers show
Series vlynq: fix typos in Kconfig | expand

Commit Message

Randy Dunlap July 22, 2023, 6:43 a.m. UTC
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@infradead.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: openwrt-devel@lists.openwrt.org
Cc: Andrew Morton <akpm@linux-foundation.org>
---
 drivers/vlynq/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Paul D July 22, 2023, 12:04 p.m. UTC | #1
On 2023-07-22 07:43, Randy Dunlap wrote:
> 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@infradead.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: openwrt-devel@lists.openwrt.org
> Cc: Andrew Morton <akpm@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


Nitpick:

Usually debatable. But SoC starts with S

In native English, "an" never precedes a consonant, which appears in 
both SoC and System (on a Chip).


>   	  to appear into the system's main memory.
>   
> -	  If unsure, say N
> +	  If unsure, say N.
>   
>   config VLYNQ_DEBUG
>   	bool "VLYNQ bus debug"
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

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"