Skip to content

Commit 22b8d81

Browse files
rddunlapdavem330
authored andcommitted
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>
1 parent 30b7483 commit 22b8d81

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

drivers/net/ethernet/8390/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
config NET_VENDOR_8390
6-
bool "National Semi-conductor 8390 devices"
6+
bool "National Semiconductor 8390 devices"
77
default y
88
depends on NET_VENDOR_NATSEMI
99
---help---

drivers/net/ethernet/natsemi/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#
2-
# National Semi-conductor device configuration
2+
# National Semiconductor device configuration
33
#
44

55
config NET_VENDOR_NATSEMI
6-
bool "National Semi-conductor devices"
6+
bool "National Semiconductor devices"
77
default y
88
---help---
99
If you have a network (Ethernet) card belonging to this class, say Y.
1010

1111
Note that the answer to this question doesn't directly affect the
1212
kernel: saying N will just cause the configurator to skip all
13-
the questions about National Semi-conductor devices. If you say Y,
13+
the questions about National Semiconductor devices. If you say Y,
1414
you will be asked for your specific card in the following questions.
1515

1616
if NET_VENDOR_NATSEMI

drivers/net/ethernet/natsemi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22
#
3-
# Makefile for the National Semi-conductor Sonic devices.
3+
# Makefile for the National Semiconductor Sonic devices.
44
#
55

66
obj-$(CONFIG_MACSONIC) += macsonic.o

0 commit comments

Comments
 (0)