====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/netcons_race_userdata.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.gEydST0MlS 2025-10-22 11:02:24.174091044 -0700 +++ /tmp/tmp.mX44fp91JF 2025-10-22 11:02:24.713085748 -0700 @@ -0,0 +1,18 @@ + +In netcons_race_userdata.sh line 54: +set_network +^---------^ SC2119 (info): Use set_network "$@" if function's $1 should mean script's $1. + + +In netcons_race_userdata.sh line 56: +create_dynamic_target +^-------------------^ SC2119 (info): Use create_dynamic_target "$@" if function's $1 should mean script's $1. + + +In netcons_race_userdata.sh line 74: + 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... + https://www.shellcheck.net/wiki/SC2119 -- Use create_dynamic_target "$@" if...