========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== tools/testing/selftests/drivers/net/rdma/rdma_common.sh is a new file, but not shellcheck compliant New errors added --- /tmp/tmp.NFQhXSsYZX 2026-04-16 02:40:33.470438949 -0400 +++ /tmp/tmp.ggId802FFK 2026-04-16 02:40:33.796436360 -0400 @@ -0,0 +1,17 @@ + +In rdma_common.sh line 5: +RET=0 +^-^ SC2034 (warning): RET appears unused. Verify use (or export if used externally). + + +In rdma_common.sh line 7: +RDMA_COUNTER_GROUPS=( +^-----------------^ SC2034 (warning): RDMA_COUNTER_GROUPS appears unused. Verify use (or export if used externally). + + +In rdma_common.sh line 14: +RDMA_COUNTER_ATTRS=( +^----------------^ SC2034 (warning): RDMA_COUNTER_ATTRS appears unused. Verify use (or export if used externally). + +For more information: + https://www.shellcheck.net/wiki/SC2034 -- RDMA_COUNTER_ATTRS appears unused...