========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/netcons_resume.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.nmKsm2MDV9 2025-11-16 12:41:20.457475195 -0500 +++ /tmp/tmp.VfCNqBKJqE 2025-11-16 12:41:20.897470433 -0500 @@ -12,0 +13,7 @@ + +In netcons_resume.sh line 97: +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...