]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: net: Fix minor typos in MPTCP and psock tests
authorSuchit <suchitkarunakaran@gmail.com>
Tue, 18 Feb 2025 16:59:23 +0000 (22:29 +0530)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Feb 2025 03:02:48 +0000 (19:02 -0800)
Fixes minor spelling errors:
- `simult_flows.sh`: "al testcases" -> "all testcases"
- `psock_tpacket.c`: "accross" -> "across"

Signed-off-by: Suchit Karunakaran <suchitkarunakaran@gmail.com>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20250218165923.20740-1-suchitkarunakaran@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/simult_flows.sh
tools/testing/selftests/net/psock_tpacket.c

index 9c2a415976cbf7a0b56cd4b2fbdd36c9e1ef3c8c..2329c2f8519b7c336e9f90a705dfa7588207a543 100755 (executable)
@@ -28,7 +28,7 @@ size=0
 
 usage() {
        echo "Usage: $0 [ -b ] [ -c ] [ -d ] [ -i]"
-       echo -e "\t-b: bail out after first error, otherwise runs al testcases"
+       echo -e "\t-b: bail out after first error, otherwise runs all testcases"
        echo -e "\t-c: capture packets for each test using tcpdump (default: no capture)"
        echo -e "\t-d: debug this script"
        echo -e "\t-i: use 'ip mptcp' instead of 'pm_nl_ctl'"
index 404a2ce759ab614f74a76f7b58f712c7ddf16867..221270cee3eaa24792adcd8fed808621f5fbe0ab 100644 (file)
@@ -12,7 +12,7 @@
  *
  * Datapath:
  *   Open a pair of packet sockets and send resp. receive an a priori known
- *   packet pattern accross the sockets and check if it was received resp.
+ *   packet pattern across the sockets and check if it was received resp.
  *   sent correctly. Fanout in combination with RX_RING is currently not
  *   tested here.
  *