====== 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.mGxDrNIXLT 2025-11-18 22:24:24.383713586 -0500 +++ /tmp/tmp.JRJa47cXNX 2025-11-18 22:24:24.667710604 -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...