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.CaSr874EtS and /tmp/tmp.heFedODRW3 Tree base: 1b0bd0692878 ("selftest: netcons: refactor target creation") Now at: f3cdee903fec ("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...