Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests: net: Fix spellings

Fix "withouth" to "without"
Fix "instaces" to "instances"

Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
Reviewed-by: Andrea Mayer <andrea.mayer@uniroma2.it>
Link: https://patch.msgid.link/20250517032535.1176351-1-sumanth.gavini@yahoo.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Sumanth Gavini and committed by
Jakub Kicinski
6a7e8b5d 20d9b732

+2 -2
+2 -2
tools/testing/selftests/net/srv6_end_flavors_test.sh
··· 399 399 400 400 # Given the description of a router <id:op> as an input, the function returns 401 401 # the <op> token which represents the operation (e.g. End behavior with or 402 - # withouth flavors) configured for the node. 402 + # without flavors) configured for the node. 403 403 404 404 # Note that when the operation represents an End behavior with a list of 405 405 # flavors, the output is the ordered version of that list. ··· 480 480 481 481 482 482 # all SIDs start with a common locator. Routes and SRv6 Endpoint 483 - # behavior instaces are grouped together in the 'localsid' table. 483 + # behavior instances are grouped together in the 'localsid' table. 484 484 ip -netns "${nsname}" -6 rule \ 485 485 add to "${LOCATOR_SERVICE}::/16" \ 486 486 lookup "${LOCALSID_TABLE_ID}" prio 999