diff mbox series

net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig

Message ID 20240607020843.1380735-1-chris.packham@alliedtelesis.co.nz (mailing list archive)
State Accepted
Commit 983e44f0ee003bf6ca28519fbcabaa7adb77827b
Delegated to: Netdev Maintainers
Headers show
Series net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig | expand

Checks

Context Check Description
netdev/series_format warning Single patches do not need cover letters; Target tree name not specified in the subject
netdev/tree_selection success Guessed tree name to be net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 8 this patch: 8
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers warning 3 maintainers not CCed: pabeni@redhat.com kuba@kernel.org edumazet@google.com
netdev/build_clang success Errors and warnings before: 8 this patch: 8
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-06-07--09-00 (tests: 1041)

Commit Message

Chris Packham June 7, 2024, 2:08 a.m. UTC
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(-)

Comments

Andrew Lunn June 7, 2024, 11:57 a.m. UTC | #1
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
Luiz Angelo Daros de Luca June 8, 2024, 3:58 p.m. UTC | #2
>
>
> 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>
patchwork-bot+netdevbpf@kernel.org June 12, 2024, 2:30 a.m. UTC | #3
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!
diff mbox series

Patch

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