diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2024-06-07 14:08:43 +1200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-06-11 19:24:11 -0700 |
commit | 983e44f0ee003bf6ca28519fbcabaa7adb77827b (patch) | |
tree | b69855d62a4f5d4ea74e2ccd8aebdc9277f84eb6 /net/dsa | |
parent | bb678f01804ccaa861b012b2b9426d69673d8a84 (diff) | |
download | linux-stable-983e44f0ee003bf6ca28519fbcabaa7adb77827b.tar.gz linux-stable-983e44f0ee003bf6ca28519fbcabaa7adb77827b.tar.bz2 linux-stable-983e44f0ee003bf6ca28519fbcabaa7adb77827b.zip |
net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
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>
Reviewed-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Link: https://lore.kernel.org/r/20240607020843.1380735-1-chris.packham@alliedtelesis.co.nz
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/dsa')
-rw-r--r-- | net/dsa/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |