WARNING: line length of 87 exceeds 80 columns #61: FILE: tools/testing/selftests/vsock/vmtest.sh:68: + "Check /proc/sys/net/vsock/ns_mode is read-only and child_ns_mode is writable." WARNING: line length of 81 exceeds 80 columns #128: FILE: tools/testing/selftests/vsock/vmtest.sh:590: + if echo "${mode}" 2>/dev/null > /proc/sys/net/vsock/ns_mode; then WARNING: line length of 82 exceeds 80 columns #129: FILE: tools/testing/selftests/vsock/vmtest.sh:591: + log_host "ns_mode should be read-only but write succeeded" WARNING: line length of 87 exceeds 80 columns #182: FILE: tools/testing/selftests/vsock/vmtest.sh:756: + host_warn_before=$(dmesg --level=warn 2>/dev/null | grep -c -i 'vsock') WARNING: line length of 86 exceeds 80 columns #194: FILE: tools/testing/selftests/vsock/vmtest.sh:768: + host_warn_after=$(dmesg --level=warn 2>/dev/null | grep -c -i 'vsock') total: 0 errors, 5 warnings, 0 checks, 182 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. Commit 34269070efdc ("selftests/vsock: add tests for proc sys vsock ns_mode") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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. total: 0 errors, 5 warnings, 0 checks, 182 lines checked