File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ can set up your network then:
434
434
ifconfig arc0 insight
435
435
route add insight arc0
436
436
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),
438
438
but the rest of the subnet
439
439
unfortunately lies across the PPP
440
440
link on freedom, which confuses
Original file line number Diff line number Diff line change 6
6
7
7
To use the amateur radio protocols within Linux you will need to get a
8
8
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
10
10
found on http://www.linux-ax25.org.
11
11
12
12
There is an active mailing list for discussing Linux amateur radio matters
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ UCAN_COMMAND_SET_BITTIMING
144
144
145
145
*Host2Dev; mandatory *
146
146
147
- Setup bittiming by sending the the structure
147
+ Setup bittiming by sending the structure
148
148
``ucan_ctl_payload_t.cmd_set_bittiming `` (see ``struct bittiming `` for
149
149
details)
150
150
@@ -232,7 +232,7 @@ UCAN_IN_TX_COMPLETE
232
232
zero
233
233
234
234
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>.
236
236
237
237
The echo-id identifies the frame from (echos the id from a previous
238
238
UCAN_OUT_TX message). The flag indicates the result of the
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Ethernet switch.
95
95
Networking stack hooks
96
96
----------------------
97
97
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
99
99
networking stack is in order to have the DSA subsystem process the Ethernet
100
100
switch specific tagging protocol. DSA accomplishes this by registering a
101
101
specific (and fake) Ethernet type (later becoming ``skb->protocol ``) with the
Original file line number Diff line number Diff line change @@ -741,7 +741,7 @@ tcp_fastopen - INTEGER
741
741
742
742
Default: 0x1
743
743
744
- Note that that additional client or server features are only
744
+ Note that additional client or server features are only
745
745
effective if the basic support (0x1 and 0x2) are enabled respectively.
746
746
747
747
tcp_fastopen_blackhole_timeout_sec - INTEGER
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ drop_entry - INTEGER
114
114
modes (when there is no enough available memory, the strategy
115
115
is enabled and the variable is automatically set to 2,
116
116
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.
118
118
119
119
drop_packet - INTEGER
120
120
- 0 - disabled (default)
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ About the AF_RXRPC driver:
186
186
time [tunable] after the last connection using it discarded, in case a new
187
187
connection is made that could use it.
188
188
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
190
190
the same key struct describing their security (and assuming the calls
191
191
would otherwise share the connection). Non-secured calls would also be
192
192
able to share connections with each other.
You can’t perform that action at this time.
0 commit comments