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.9Neq3zZB56 and /tmp/tmp.M2tsXuIq1B Tree base: e2c20036a887 ("Merge branch 'devlink-net-mlx5-implement-swp_l4_csum_mode-via-devlink-params'") Now at: e9e0909831a5 ("selftests: netconsole: ensure required log level is set on netcons_basic") ====== Checking before the patch ====== Checking tools/testing/selftests/drivers/net/netcons_basic.sh - 9d784c6249a79f500fccc50ebdd72a0956d8a7d137852960ec7fca0e1a8fc28f In netcons_basic.sh line 73: 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... ====== Checking the tree with the patch ====== Checking tools/testing/selftests/drivers/net/netcons_basic.sh - 9d784c6249a79f500fccc50ebdd72a0956d8a7d137852960ec7fca0e1a8fc28f In netcons_basic.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...