diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-06-30 15:51:56 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-01 11:14:24 +0100 |
commit | 951c62709cd8ce485e19c3bedbbd38743a77aa32 (patch) | |
tree | 82632a6346a13bceb1cb735d9f52e62371b5a13a | |
parent | 627838275a5494b9dac5437ad9347a3981ea1505 (diff) | |
download | lwn-951c62709cd8ce485e19c3bedbbd38743a77aa32.tar.gz lwn-951c62709cd8ce485e19c3bedbbd38743a77aa32.zip |
ethernet/natsemi: fix repeated words in comments
Delete the redundant word 'in'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/natsemi/natsemi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/natsemi/natsemi.c b/drivers/net/ethernet/natsemi/natsemi.c index 50bca486a244..9aae7f1eb5d2 100644 --- a/drivers/net/ethernet/natsemi/natsemi.c +++ b/drivers/net/ethernet/natsemi/natsemi.c @@ -158,7 +158,7 @@ MODULE_PARM_DESC(full_duplex, "DP8381x full duplex setting(s) (1)"); I. Board Compatibility This driver is designed for National Semiconductor DP83815 PCI Ethernet NIC. -It also works with other chips in in the DP83810 series. +It also works with other chips in the DP83810 series. II. Board-specific settings |