mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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>
This commit is contained in:
parent
30b7483f35
commit
22b8d8115d
3 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
config NET_VENDOR_8390
|
config NET_VENDOR_8390
|
||||||
bool "National Semi-conductor 8390 devices"
|
bool "National Semiconductor 8390 devices"
|
||||||
default y
|
default y
|
||||||
depends on NET_VENDOR_NATSEMI
|
depends on NET_VENDOR_NATSEMI
|
||||||
---help---
|
---help---
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
#
|
#
|
||||||
# National Semi-conductor device configuration
|
# National Semiconductor device configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
config NET_VENDOR_NATSEMI
|
config NET_VENDOR_NATSEMI
|
||||||
bool "National Semi-conductor devices"
|
bool "National Semiconductor devices"
|
||||||
default y
|
default y
|
||||||
---help---
|
---help---
|
||||||
If you have a network (Ethernet) card belonging to this class, say Y.
|
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
|
Note that the answer to this question doesn't directly affect the
|
||||||
kernel: saying N will just cause the configurator to skip all
|
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.
|
you will be asked for your specific card in the following questions.
|
||||||
|
|
||||||
if NET_VENDOR_NATSEMI
|
if NET_VENDOR_NATSEMI
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0
|
# 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
|
obj-$(CONFIG_MACSONIC) += macsonic.o
|
||||||
|
|
Loading…
Reference in a new issue