]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: seg6: fix instaces typo in comments
authorAndrea Mayer <andrea.mayer@uniroma2.it>
Sun, 29 Jun 2025 17:12:26 +0000 (19:12 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 02:32:45 +0000 (19:32 -0700)
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>
tools/testing/selftests/net/srv6_end_next_csid_l3vpn_test.sh
tools/testing/selftests/net/srv6_end_x_next_csid_l3vpn_test.sh
tools/testing/selftests/net/srv6_hencap_red_l3vpn_test.sh
tools/testing/selftests/net/srv6_hl2encap_red_l2vpn_test.sh

index ba730655a7bf467c4fab67e4df5802f4e2564cf5..4bc135e5c22cc3242dd4f4a04a1d440565dda2ce 100755 (executable)
@@ -594,7 +594,7 @@ setup_rt_local_sids()
                dev "${DUMMY_DEVNAME}"
 
        # all SIDs for VPNs start with a common locator. Routes and SRv6
-       # Endpoint behavior instaces are grouped together in the 'localsid'
+       # Endpoint behavior instances are grouped together in the 'localsid'
        # table.
        ip -netns "${nsname}" -6 rule \
                add to "${VPN_LOCATOR_SERVICE}::/16" \
index bedf0ce885c27275cb215e3bd4140bfceebced19..34b781a2ae7482669de1f51b87053546015682d0 100755 (executable)
@@ -681,7 +681,7 @@ setup_rt_local_sids()
         set_underlay_sids_reachability "${rt}" "${rt_neighs}"
 
        # all SIDs for VPNs start with a common locator. Routes and SRv6
-       # Endpoint behavior instaces are grouped together in the 'localsid'
+       # Endpoint behavior instances are grouped together in the 'localsid'
        # table.
        ip -netns "${nsname}" -6 rule \
                add to "${VPN_LOCATOR_SERVICE}::/16" \
index 3efce1718c5fedf5af3fb1cb8ebf6eb9e4970630..6a68c7eff1dcde515791390fab64ddaf1264209d 100755 (executable)
@@ -395,7 +395,7 @@ setup_rt_local_sids()
                dev "${VRF_DEVNAME}"
 
        # all SIDs for VPNs start with a common locator. Routes and SRv6
-       # Endpoint behavior instaces are grouped together in the 'localsid'
+       # Endpoint behavior instances are grouped together in the 'localsid'
        # table.
        ip -netns "${nsname}" -6 rule \
                add to "${VPN_LOCATOR_SERVICE}::/16" \
index cabc70538ffea37ba901dcb6424c44b0dafec3c3..0979b5316fdf8555b03c57fe5eaadb5131992ded 100755 (executable)
@@ -343,7 +343,7 @@ setup_rt_local_sids()
                encap seg6local action End dev "${DUMMY_DEVNAME}"
 
        # all SIDs for VPNs start with a common locator. Routes and SRv6
-       # Endpoint behaviors instaces are grouped together in the 'localsid'
+       # Endpoint behaviors instances are grouped together in the 'localsid'
        # table.
        ip -netns "${nsname}" -6 rule add \
                to "${VPN_LOCATOR_SERVICE}::/16" \