ShellCheck - shell script analysis tool version: 0.11.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net Redirect to /tmp/tmp.Fid0wvT6Dw and /tmp/tmp.DCxCSdPwwF Tree base: dbca50b4dcc4 ("net: vlan: set header_ops to match hard_header_len when hw offload is toggled") Now at: 274cefbf69bc ("selftests: vlan: add test for turn on hw offload with reorder_hdr off") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== Checking tools/testing/selftests/net/vlan_hw_offload.sh - b483252203fb8cc9f8b5eb8785b9bc4f32e270d0e8e2d2c028b6a031eb441732 In vlan_hw_offload.sh line 10: 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...