Skip to content

Commit 4d57254

Browse files
committed
Merge branch 'Documentation-networking-eliminate-doubled-words'
Randy Dunlap says: ==================== Documentation: networking: eliminate doubled words Drop all duplicated words in Documentation/networking/ files. ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents d7bf2eb + e54ac95 commit 4d57254

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Documentation/networking/arcnet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ can set up your network then:
434434
ifconfig arc0 insight
435435
route add insight arc0
436436
route add freedom arc0 /* I would use the subnet here (like I said
437-
to to in "single protocol" above),
437+
to in "single protocol" above),
438438
but the rest of the subnet
439439
unfortunately lies across the PPP
440440
link on freedom, which confuses

Documentation/networking/ax25.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AX.25
66

77
To use the amateur radio protocols within Linux you will need to get a
88
suitable copy of the AX.25 Utilities. More detailed information about
9-
AX.25, NET/ROM and ROSE, associated programs and and utilities can be
9+
AX.25, NET/ROM and ROSE, associated programs and utilities can be
1010
found on http://www.linux-ax25.org.
1111

1212
There is an active mailing list for discussing Linux amateur radio matters

Documentation/networking/can_ucan_protocol.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ UCAN_COMMAND_SET_BITTIMING
144144

145145
*Host2Dev; mandatory*
146146

147-
Setup bittiming by sending the the structure
147+
Setup bittiming by sending the structure
148148
``ucan_ctl_payload_t.cmd_set_bittiming`` (see ``struct bittiming`` for
149149
details)
150150

@@ -232,7 +232,7 @@ UCAN_IN_TX_COMPLETE
232232
zero
233233

234234
The CAN device has sent a message to the CAN bus. It answers with a
235-
list of of tuples <echo-ids, flags>.
235+
list of tuples <echo-ids, flags>.
236236

237237
The echo-id identifies the frame from (echos the id from a previous
238238
UCAN_OUT_TX message). The flag indicates the result of the

Documentation/networking/dsa/dsa.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Ethernet switch.
9595
Networking stack hooks
9696
----------------------
9797

98-
When a master netdev is used with DSA, a small hook is placed in in the
98+
When a master netdev is used with DSA, a small hook is placed in the
9999
networking stack is in order to have the DSA subsystem process the Ethernet
100100
switch specific tagging protocol. DSA accomplishes this by registering a
101101
specific (and fake) Ethernet type (later becoming ``skb->protocol``) with the

Documentation/networking/ip-sysctl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ tcp_fastopen - INTEGER
741741

742742
Default: 0x1
743743

744-
Note that that additional client or server features are only
744+
Note that additional client or server features are only
745745
effective if the basic support (0x1 and 0x2) are enabled respectively.
746746

747747
tcp_fastopen_blackhole_timeout_sec - INTEGER

Documentation/networking/ipvs-sysctl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ drop_entry - INTEGER
114114
modes (when there is no enough available memory, the strategy
115115
is enabled and the variable is automatically set to 2,
116116
otherwise the strategy is disabled and the variable is set to
117-
1), and 3 means that that the strategy is always enabled.
117+
1), and 3 means that the strategy is always enabled.
118118

119119
drop_packet - INTEGER
120120
- 0 - disabled (default)

Documentation/networking/rxrpc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ About the AF_RXRPC driver:
186186
time [tunable] after the last connection using it discarded, in case a new
187187
connection is made that could use it.
188188

189-
(#) A client-side connection is only shared between calls if they have have
189+
(#) A client-side connection is only shared between calls if they have
190190
the same key struct describing their security (and assuming the calls
191191
would otherwise share the connection). Non-secured calls would also be
192192
able to share connections with each other.

0 commit comments

Comments
 (0)