diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-07-31 15:22:09 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-01 13:45:48 -0400 |
commit | 14f1c0f2ff156c89b14fa4c52605e7586436ffb8 (patch) | |
tree | 78f2c26bd8813d7222582c4b242453001a1cd6fe /drivers/net/ethernet/8390 | |
parent | 944a83a2669ae8aa2c7664e79376ca7468eb0a2b (diff) |
net: 8390: Fix manufacturer name in Kconfig help text
The help text refers to Western Digital instead of National
Semiconductor 8390, presumably because it was copied from the former.
Fixes: 644570b830266ff3 ("8390: Move the 8390 related drivers")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/8390')
-rw-r--r-- | drivers/net/ethernet/8390/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/8390/Kconfig b/drivers/net/ethernet/8390/Kconfig index 2a3e2450968e..a9478577b495 100644 --- a/drivers/net/ethernet/8390/Kconfig +++ b/drivers/net/ethernet/8390/Kconfig @@ -12,8 +12,8 @@ config NET_VENDOR_8390 Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all - the questions about Western Digital cards. If you say Y, you will be - asked for your specific card in the following questions. + the questions about National Semiconductor 8390 cards. If you say Y, + you will be asked for your specific card in the following questions. if NET_VENDOR_8390 |