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

selftests: seg6: fix instaces typo in comments

Fix a typo:
instaces -> instances

The typo has been identified using codespell, and the tool does not
report any additional issues in the selftests considered.

Signed-off-by: Andrea Mayer <andrea.mayer@uniroma2.it>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250629171226.4988-3-andrea.mayer@uniroma2.it
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Andrea Mayer and committed by
Jakub Kicinski
3bedaff1 db3e2cea

+4 -4
+1 -1
tools/testing/selftests/net/srv6_end_next_csid_l3vpn_test.sh
··· 594 594 dev "${DUMMY_DEVNAME}" 595 595 596 596 # all SIDs for VPNs start with a common locator. Routes and SRv6 597 - # Endpoint behavior instaces are grouped together in the 'localsid' 597 + # Endpoint behavior instances are grouped together in the 'localsid' 598 598 # table. 599 599 ip -netns "${nsname}" -6 rule \ 600 600 add to "${VPN_LOCATOR_SERVICE}::/16" \
+1 -1
tools/testing/selftests/net/srv6_end_x_next_csid_l3vpn_test.sh
··· 681 681 set_underlay_sids_reachability "${rt}" "${rt_neighs}" 682 682 683 683 # all SIDs for VPNs start with a common locator. Routes and SRv6 684 - # Endpoint behavior instaces are grouped together in the 'localsid' 684 + # Endpoint behavior instances are grouped together in the 'localsid' 685 685 # table. 686 686 ip -netns "${nsname}" -6 rule \ 687 687 add to "${VPN_LOCATOR_SERVICE}::/16" \
+1 -1
tools/testing/selftests/net/srv6_hencap_red_l3vpn_test.sh
··· 395 395 dev "${VRF_DEVNAME}" 396 396 397 397 # all SIDs for VPNs start with a common locator. Routes and SRv6 398 - # Endpoint behavior instaces are grouped together in the 'localsid' 398 + # Endpoint behavior instances are grouped together in the 'localsid' 399 399 # table. 400 400 ip -netns "${nsname}" -6 rule \ 401 401 add to "${VPN_LOCATOR_SERVICE}::/16" \
+1 -1
tools/testing/selftests/net/srv6_hl2encap_red_l2vpn_test.sh
··· 343 343 encap seg6local action End dev "${DUMMY_DEVNAME}" 344 344 345 345 # all SIDs for VPNs start with a common locator. Routes and SRv6 346 - # Endpoint behaviors instaces are grouped together in the 'localsid' 346 + # Endpoint behaviors instances are grouped together in the 'localsid' 347 347 # table. 348 348 ip -netns "${nsname}" -6 rule add \ 349 349 to "${VPN_LOCATOR_SERVICE}::/16" \