WARNING: line length of 127 exceeds 80 columns #47: FILE: tools/testing/selftests/net/netfilter/nf_queue.c:36: + printf("Usage: %s [-c|-v [-vv] ] [-o] [-O] [-b] [-t timeout] [-q queue_num] [-Qdst_queue ] [ -d ms_delay ] [-G]\n", p); WARNING: line length of 84 exceeds 80 columns #65: FILE: tools/testing/selftests/net/netfilter/nf_queue.c:315: + /* bogus verdict mode will generate ENOENT error messages */ WARNING: line length of 81 exceeds 80 columns #81: FILE: tools/testing/selftests/net/netfilter/nf_queue.c:328: + nlh = nfq_build_verdict(buf, id + 0x7FFFFFFF + i, WARNING: line length of 86 exceeds 80 columns #82: FILE: tools/testing/selftests/net/netfilter/nf_queue.c:329: + opts.queue_num, opts.verdict); WARNING: line length of 88 exceeds 80 columns #91: FILE: tools/testing/selftests/net/netfilter/nf_queue.c:338: + nlh = nfq_build_verdict(buf, ooo_ids[ooo_count], WARNING: line length of 94 exceeds 80 columns #92: FILE: tools/testing/selftests/net/netfilter/nf_queue.c:339: + opts.queue_num, opts.verdict); WARNING: line length of 93 exceeds 80 columns #93: FILE: tools/testing/selftests/net/netfilter/nf_queue.c:340: + if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { WARNING: line length of 87 exceeds 80 columns #103: FILE: tools/testing/selftests/net/netfilter/nf_queue.c:350: + nlh = nfq_build_verdict(buf, id, opts.queue_num, opts.verdict); WARNING: line length of 93 exceeds 80 columns #207: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:781: + socat -u STDIN UDP-DATAGRAM:10.0.2.99:12345 < /dev/zero > /dev/null & WARNING: line length of 93 exceeds 80 columns #209: FILE: tools/testing/selftests/net/netfilter/nft_queue.sh:783: + socat -u STDIN UDP-DATAGRAM:10.0.3.99:12345 < /dev/zero > /dev/null & total: 0 errors, 10 warnings, 0 checks, 200 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 2a4b4e230700 ("selftests: nft_queue.sh: add a parallel stress test") 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, 10 warnings, 0 checks, 200 lines checked