[PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig

Chris Packham posted 1 patch 1 year, 8 months ago
net/dsa/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
Posted by Chris Packham 1 year, 8 months ago
Fix a minor typo in the help text for the NET_DSA_TAG_RTL4_A config
option.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 net/dsa/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig
index 8e698bea99a3..8d5bf869eb14 100644
--- a/net/dsa/Kconfig
+++ b/net/dsa/Kconfig
@@ -129,7 +129,7 @@ config NET_DSA_TAG_RTL4_A
 	tristate "Tag driver for Realtek 4 byte protocol A tags"
 	help
 	  Say Y or M if you want to enable support for tagging frames for the
-	  Realtek switches with 4 byte protocol A tags, sich as found in
+	  Realtek switches with 4 byte protocol A tags, such as found in
 	  the Realtek RTL8366RB.
 
 config NET_DSA_TAG_RTL8_4
-- 
2.45.2
Re: [PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
Posted by Luiz Angelo Daros de Luca 1 year, 8 months ago
>
>
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
> ---
>  net/dsa/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig
> index 8e698bea99a3..8d5bf869eb14 100644
> --- a/net/dsa/Kconfig
> +++ b/net/dsa/Kconfig
> @@ -129,7 +129,7 @@ config NET_DSA_TAG_RTL4_A
>         tristate "Tag driver for Realtek 4 byte protocol A tags"
>         help
>           Say Y or M if you want to enable support for tagging frames for the
> -         Realtek switches with 4 byte protocol A tags, sich as found in
> +         Realtek switches with 4 byte protocol A tags, such as found in
>           the Realtek RTL8366RB.
>
>  config NET_DSA_TAG_RTL8_4
> --
> 2.45.2
>
>

Thanks!

 Reviewed-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Re: [PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
Posted by Andrew Lunn 1 year, 8 months ago
On Fri, Jun 07, 2024 at 02:08:43PM +1200, Chris Packham wrote:
61;7592;1c> Fix a minor typo in the help text for the NET_DSA_TAG_RTL4_A config
> option.
> 
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew