Skip to content

Commit

Permalink
ethernet: natsemi: correct spelling
Browse files Browse the repository at this point in the history
Correct spelling of National Semi-conductor (no hyphen)
in drivers/net/ethernet/.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
rddunlap authored and davem330 committed Mar 6, 2018
1 parent 30b7483 commit 22b8d81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/8390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

config NET_VENDOR_8390
bool "National Semi-conductor 8390 devices"
bool "National Semiconductor 8390 devices"
default y
depends on NET_VENDOR_NATSEMI
---help---
Expand Down
6 changes: 3 additions & 3 deletions drivers/net/ethernet/natsemi/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/natsemi/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 22b8d81

Please sign in to comment.