WARNING: line length of 86 exceeds 80 columns #58: FILE: tools/testing/selftests/net/cmsg_sender.c:121: + while ((o = getopt(argc, argv, "46sS:p:P:m:M:n:d:tf:F:c:C:l:L:H:Q:")) != -1) { CHECK: Alignment should match open parenthesis #78: FILE: tools/testing/selftests/net/cmsg_sender.c:263: + ca_write_cmsg_u32(cbuf, cbuf_sz, &cmsg_len, + SOL_SOCKET, SO_PRIORITY, &opt.priority_cmsg); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #83: new file mode 100755 WARNING: line length of 86 exceeds 80 columns #173: FILE: tools/testing/selftests/net/cmsg_so_priority.sh:86: +ip -n ns1 neigh add $TGT6_NO_MASK lladdr 00:11:22:33:44:55 nud permanent dev dummy1.10 WARNING: line length of 90 exceeds 80 columns #174: FILE: tools/testing/selftests/net/cmsg_so_priority.sh:87: +ip -n ns1 neigh add $TGT4_RAW_NO_MASK lladdr 00:11:22:33:44:66 nud permanent dev dummy1.10 WARNING: line length of 90 exceeds 80 columns #175: FILE: tools/testing/selftests/net/cmsg_so_priority.sh:88: +ip -n ns1 neigh add $TGT6_RAW_NO_MASK lladdr 00:11:22:33:44:66 nud permanent dev dummy1.10 WARNING: line length of 95 exceeds 80 columns #210: FILE: tools/testing/selftests/net/cmsg_so_priority.sh:123: + ip netns exec ns1 ./cmsg_sender -$i -Q $priority -d "${DELAY}" -p $proto $TGT $PORT WARNING: line length of 95 exceeds 80 columns #211: FILE: tools/testing/selftests/net/cmsg_so_priority.sh:124: + ip netns exec ns1 ./cmsg_sender -$i -P $priority -d "${DELAY}" -p $proto $TGT $PORT total: 0 errors, 7 warnings, 1 checks, 194 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 9e11d25f5c34 ("selftests: net: test SO_PRIORITY ancillary data with cmsg_sender") 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. total: 0 errors, 7 warnings, 1 checks, 194 lines checked