Fix "withouth" to "without" Fix "instaces" to "instances"
Signed-off-by: Sumanth Gavini sumanth.gavini@yahoo.com --- tools/testing/selftests/net/srv6_end_flavors_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/testing/selftests/net/srv6_end_flavors_test.sh b/tools/testing/selftests/net/srv6_end_flavors_test.sh index 50563443a4ad..318487eda671 100755 --- a/tools/testing/selftests/net/srv6_end_flavors_test.sh +++ b/tools/testing/selftests/net/srv6_end_flavors_test.sh @@ -399,7 +399,7 @@ __get_srv6_rtcfg_id()
# Given the description of a router id:op as an input, the function returns # the <op> token which represents the operation (e.g. End behavior with or -# withouth flavors) configured for the node. +# without flavors) configured for the node.
# Note that when the operation represents an End behavior with a list of # flavors, the output is the ordered version of that list. @@ -480,7 +480,7 @@ setup_rt_local_sids()
# all SIDs start with a common locator. Routes and SRv6 Endpoint - # behavior instaces are grouped together in the 'localsid' table. + # behavior instances are grouped together in the 'localsid' table. ip -netns "${nsname}" -6 rule \ add to "${LOCATOR_SERVICE}::/16" \ lookup "${LOCALSID_TABLE_ID}" prio 999
On Fri, 16 May 2025 20:25:33 -0700 Sumanth Gavini sumanth.gavini@yahoo.com wrote:
Fix "withouth" to "without" Fix "instaces" to "instances"
Signed-off-by: Sumanth Gavini sumanth.gavini@yahoo.com
tools/testing/selftests/net/srv6_end_flavors_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Thank you for fixing the spelling mistakes, Andrea
Reviewed-by: Andrea Mayer andrea.mayer@uniroma2.it
Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 16 May 2025 20:25:33 -0700 you wrote:
Fix "withouth" to "without" Fix "instaces" to "instances"
Signed-off-by: Sumanth Gavini sumanth.gavini@yahoo.com
tools/testing/selftests/net/srv6_end_flavors_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Here is the summary with links: - selftests: net: Fix spellings https://git.kernel.org/netdev/net-next/c/6a7e8b5d6328
You are awesome, thank you!
linux-kselftest-mirror@lists.linaro.org