Skip to content

Commit 2cca9ee

Browse files
suchit07-gitintel-lab-lkp
authored andcommitted
selftests: net: Fix minor typos in MPTCP and psock tests
Fixes minor spelling errors: - `simult_flows.sh`: "al testcases" -> "all testcases" - `psock_tpacket.c`: "accross" -> "across" Signed-off-by: Suchit Karunakaran <[email protected]>
1 parent f966421 commit 2cca9ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/testing/selftests/net/mptcp/simult_flows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ size=0
2828

2929
usage() {
3030
echo "Usage: $0 [ -b ] [ -c ] [ -d ] [ -i]"
31-
echo -e "\t-b: bail out after first error, otherwise runs al testcases"
31+
echo -e "\t-b: bail out after first error, otherwise runs all testcases"
3232
echo -e "\t-c: capture packets for each test using tcpdump (default: no capture)"
3333
echo -e "\t-d: debug this script"
3434
echo -e "\t-i: use 'ip mptcp' instead of 'pm_nl_ctl'"

tools/testing/selftests/net/psock_tpacket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* Datapath:
1414
* Open a pair of packet sockets and send resp. receive an a priori known
15-
* packet pattern accross the sockets and check if it was received resp.
15+
* packet pattern across the sockets and check if it was received resp.
1616
* sent correctly. Fanout in combination with RX_RING is currently not
1717
* tested here.
1818
*

0 commit comments

Comments
 (0)