ShellCheck - shell script analysis tool version: 0.10.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net Redirect to /tmp/tmp.34ej3ZxX7Y and /tmp/tmp.ZsjA8w3lo4 Tree base: fb30129ec517 ("selftest: netcons: refactor target creation") Now at: f59eb68a0c65 ("selftest: netcons: create a torture test") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/drivers/net/netcons_torture.sh - 73e5b4c98768e298040ee3d5d1b16ee0875a14a8315b9d659d3ad90f32caa5cf In netcons_torture.sh line 127: exit "${ksft_pass}" ^----------^ SC2154 (warning): ksft_pass is referenced but not assigned. For more information: https://www.shellcheck.net/wiki/SC2154 -- ksft_pass is referenced but not a...