WARNING: line length of 90 exceeds 80 columns #172: FILE: tools/testing/selftests/vsock/vmtest.sh:169: + ${NS_EXEC} ssh -q -o UserKnownHostsFile=/dev/null -p ${SSH_HOST_PORT} localhost $* WARNING: line length of 82 exceeds 80 columns #185: FILE: tools/testing/selftests/vsock/vmtest.sh:182: + # If failure occurred during or before qemu start up, then we need WARNING: line length of 83 exceeds 80 columns #247: FILE: tools/testing/selftests/vsock/vmtest.sh:325: + bash -c 'while [[ ! -s '"${pidfile}"' ]]; do sleep 1; done; exit 0' WARNING: line length of 86 exceeds 80 columns #285: FILE: tools/testing/selftests/vsock/vmtest.sh:385: + wait_for_listener ${TEST_HOST_PORT_LISTENER} ${WAIT_PERIOD} ${WAIT_PERIOD_MAX} ERROR: trailing whitespace #530: FILE: tools/testing/selftests/vsock/vmtest.sh:710: +^I# Setup NS-to-NS "bridge" $ WARNING: line length of 85 exceeds 80 columns #536: FILE: tools/testing/selftests/vsock/vmtest.sh:716: + socat TCP:10.0.0.1:${BRIDGE_PORT} TCP-LISTEN:${TEST_HOST_PORT},fork & total: 1 errors, 5 warnings, 0 checks, 683 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 354003b156e7 ("selftests/vsock: add NS tests to vmtest.sh") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.