WARNING: line length of 94 exceeds 80 columns #162: FILE: tools/testing/selftests/vsock/vmtest.sh:36: +QEMU_OPTS="${QEMU_OPTS} -netdev user,id=n0,hostfwd=tcp::${TEST_HOST_PORT}-:${TEST_GUEST_PORT}" WARNING: line length of 89 exceeds 80 columns #167: FILE: tools/testing/selftests/vsock/vmtest.sh:41: +KERNEL_CMDLINE="virtme.dhcp net.ifnames=0 biosdevname=0 virtme.ssh virtme_ssh_user=$USER" ERROR: trailing whitespace #173: FILE: tools/testing/selftests/vsock/vmtest.sh:47: +^Ivm_server_host_client^IRun vsock_test in server mode on the VM and in client mode on the host.^I$ WARNING: line length of 104 exceeds 80 columns #173: FILE: tools/testing/selftests/vsock/vmtest.sh:47: + vm_server_host_client Run vsock_test in server mode on the VM and in client mode on the host. ERROR: trailing whitespace #174: FILE: tools/testing/selftests/vsock/vmtest.sh:48: +^Ivm_client_host_server^IRun vsock_test in client mode on the VM and in server mode on the host.^I$ WARNING: line length of 104 exceeds 80 columns #174: FILE: tools/testing/selftests/vsock/vmtest.sh:48: + vm_client_host_server Run vsock_test in client mode on the VM and in server mode on the host. ERROR: trailing whitespace #175: FILE: tools/testing/selftests/vsock/vmtest.sh:49: +^Ivm_loopback^I^IRun vsock_test using the loopback transport in the VM.^I$ WARNING: line length of 88 exceeds 80 columns #175: FILE: tools/testing/selftests/vsock/vmtest.sh:49: + vm_loopback Run vsock_test using the loopback transport in the VM. WARNING: line length of 86 exceeds 80 columns #213: FILE: tools/testing/selftests/vsock/vmtest.sh:87: + --config ${KERNEL_CHECKOUT}/tools/testing/selftests/vsock/config.vsock WARNING: line length of 86 exceeds 80 columns #276: FILE: tools/testing/selftests/vsock/vmtest.sh:150: + cat | awk '{ printf "%s:\t%s\n","'"${prefix}"'", $0 }' | tee -a ${LOG} WARNING: line length of 92 exceeds 80 columns #278: FILE: tools/testing/selftests/vsock/vmtest.sh:152: + echo "$*" | awk '{ printf "%s:\t%s\n","'"${prefix}"'", $0 }' | tee -a ${LOG} WARNING: line length of 90 exceeds 80 columns #332: FILE: tools/testing/selftests/vsock/vmtest.sh:206: + --control-port="${TEST_HOST_PORT_LISTENER}" 2>&1 | log_guest "${testname}" WARNING: line length of 82 exceeds 80 columns #386: FILE: tools/testing/selftests/vsock/vmtest.sh:260: + echo "${name}: kernel warning detected on host" | log_host ${name} ERROR: trailing whitespace #442: FILE: tools/testing/selftests/vsock/vmtest.sh:316: +IFS="^I$ total: 4 errors, 10 warnings, 0 checks, 382 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 4812f4f0a294 ("selftests/vsock: add initial vmtest.sh for vsock") 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.