diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-07-08 23:03:54 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-11 14:12:54 +0100 |
commit | edb2c3476db9898a63fb5d0011ecaa43ebf46c9b (patch) | |
tree | 416bb657be2845e9016bb3fc70a59e15db646aa6 /drivers/net/fddi/skfp/fplustm.c | |
parent | 1377a5b2d4bb99f4383de5459a33abaacb101432 (diff) | |
download | lwn-edb2c3476db9898a63fb5d0011ecaa43ebf46c9b.tar.gz lwn-edb2c3476db9898a63fb5d0011ecaa43ebf46c9b.zip |
fddi/skfp: fix repeated words in comments
Delete the redundant word 'test'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/fddi/skfp/fplustm.c')
-rw-r--r-- | drivers/net/fddi/skfp/fplustm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fddi/skfp/fplustm.c b/drivers/net/fddi/skfp/fplustm.c index 4cbb145c74ab..036062376c06 100644 --- a/drivers/net/fddi/skfp/fplustm.c +++ b/drivers/net/fddi/skfp/fplustm.c @@ -1314,7 +1314,7 @@ void mac_set_rx_mode(struct s_smc *smc, int mode) o Connect a UPPS ISA or EISA station to the network. o Give the FORMAC of UPPS station the command to send restricted tokens until the ring becomes instable. - o Now connect your test test client. + o Now connect your test client. o The restricted token monitor should detect the restricted token, and your break point will be reached. o You can ovserve how the station will clean the ring. |