ShellCheck - shell script analysis tool version: 0.11.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net Redirect to /tmp/tmp.R7GNQNvgRS and /tmp/tmp.1Z9cGvByPn Tree base: 9a8d82554909 ("team: fix header_ops type confusion with non-Ethernet ports") Now at: ce42357870ec ("selftests: team: add non-Ethernet header_ops reproducer") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/drivers/net/team/non_ether_header_ops.sh - b5e85f55f1fecf5ed9b83073f3504b068c2effdefecd1e53640a439ff74d80f7 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.