* [PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
@ 2024-06-07 2:08 Chris Packham
2024-06-07 11:57 ` Andrew Lunn
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Chris Packham @ 2024-06-07 2:08 UTC (permalink / raw)
To: andrew, f.fainelli, olteanv; +Cc: netdev, linux-kernel, Chris Packham
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
2024-06-07 2:08 [PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig Chris Packham
@ 2024-06-07 11:57 ` Andrew Lunn
2024-06-08 15:58 ` Luiz Angelo Daros de Luca
2024-06-12 2:30 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2024-06-07 11:57 UTC (permalink / raw)
To: Chris Packham; +Cc: f.fainelli, olteanv, netdev, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
2024-06-07 2:08 [PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig Chris Packham
2024-06-07 11:57 ` Andrew Lunn
@ 2024-06-08 15:58 ` Luiz Angelo Daros de Luca
2024-06-12 2:30 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: Luiz Angelo Daros de Luca @ 2024-06-08 15:58 UTC (permalink / raw)
To: Chris Packham; +Cc: andrew, f.fainelli, olteanv, netdev, linux-kernel
>
>
> 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>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
2024-06-07 2:08 [PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig Chris Packham
2024-06-07 11:57 ` Andrew Lunn
2024-06-08 15:58 ` Luiz Angelo Daros de Luca
@ 2024-06-12 2:30 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-06-12 2:30 UTC (permalink / raw)
To: Chris Packham; +Cc: andrew, f.fainelli, olteanv, netdev, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 7 Jun 2024 14:08:43 +1200 you wrote:
> 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(-)
Here is the summary with links:
- net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
https://git.kernel.org/netdev/net-next/c/983e44f0ee00
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-12 2:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07 2:08 [PATCH] net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig Chris Packham
2024-06-07 11:57 ` Andrew Lunn
2024-06-08 15:58 ` Luiz Angelo Daros de Luca
2024-06-12 2:30 ` patchwork-bot+netdevbpf
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.