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.gEydST0MlS and /tmp/tmp.mX44fp91JF Tree base: 0ef9901c56ba ("netconsole: Fix race condition in between reader and writer of userdata") Now at: d727056ba51b ("selftests: netconsole: Add race condition test for userdata corruption") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/drivers/net/netcons_race_userdata.sh - 2b855c86ad30f05edf2044fe5b96adda28544689eba990e6bfff3845b3da032c 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...