========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/team/non_ether_header_ops.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.R7GNQNvgRS 2026-03-17 09:08:16.308668863 -0400 +++ /tmp/tmp.1Z9cGvByPn 2026-03-17 09:08:16.593667096 -0400 @@ -0,0 +1,7 @@ + +In non_ether_header_ops.sh line 17: +ip -n "$ns1" link add d0 type dummy + ^--^ SC2154 (warning): ns1 is referenced but not assigned. + +For more information: + https://www.shellcheck.net/wiki/SC2154 -- ns1 is referenced but not assigned.