====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/net/ynl/tests/test_ynl_ethtool.sh is a new file, but not shellcheck compliant tools/net/ynl/tests/test_ynl_cli.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.smno47MNwO 2025-11-23 21:34:44.305334322 -0500 +++ /tmp/tmp.M5QJ6VAyyO 2025-11-23 21:34:44.593331752 -0500 @@ -0,0 +1,14 @@ + +In test_ynl_cli.sh line 299: +cleanup() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + +For more information: + https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C... + +In test_ynl_ethtool.sh line 195: +cleanup() +^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly). + +For more information: + https://www.shellcheck.net/wiki/SC2329 -- This function is never invoked. C...