diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-03-02 16:34:22 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-06 11:14:08 -0500 |
commit | 22b8d8115d1b940d548a5fddcbce4cdd30083cfc (patch) | |
tree | a2b4f098888f50329b1e9c4df8b873ef939f2670 /drivers/net/ethernet/natsemi | |
parent | 30b7483f35f283db62b10aa0dd81f059a165af21 (diff) | |
download | linux-22b8d8115d1b940d548a5fddcbce4cdd30083cfc.tar.bz2 |
ethernet: natsemi: correct spelling
Correct spelling of National Semi-conductor (no hyphen)
in drivers/net/ethernet/.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/natsemi')
-rw-r--r-- | drivers/net/ethernet/natsemi/Kconfig | 6 | ||||
-rw-r--r-- | drivers/net/ethernet/natsemi/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/ethernet/natsemi/Kconfig b/drivers/net/ethernet/natsemi/Kconfig index a10ef50e4f12..017fb2322589 100644 --- a/drivers/net/ethernet/natsemi/Kconfig +++ b/drivers/net/ethernet/natsemi/Kconfig @@ -1,16 +1,16 @@ # -# National Semi-conductor device configuration +# National Semiconductor device configuration # config NET_VENDOR_NATSEMI - bool "National Semi-conductor devices" + bool "National Semiconductor devices" default y ---help--- If you have a network (Ethernet) card belonging to this class, say Y. 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 National Semi-conductor devices. If you say Y, + the questions about National Semiconductor devices. If you say Y, you will be asked for your specific card in the following questions. if NET_VENDOR_NATSEMI diff --git a/drivers/net/ethernet/natsemi/Makefile b/drivers/net/ethernet/natsemi/Makefile index cc664977596e..a759aa09ef59 100644 --- a/drivers/net/ethernet/natsemi/Makefile +++ b/drivers/net/ethernet/natsemi/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 # -# Makefile for the National Semi-conductor Sonic devices. +# Makefile for the National Semiconductor Sonic devices. # obj-$(CONFIG_MACSONIC) += macsonic.o |