WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #37: new file mode 100644 CHECK: spaces preferred around that '*' (ctx:WxV) #66: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:25: + FIXTURE_DATA(msg_oob) *self) ^ CHECK: spaces preferred around that '*' (ctx:WxV) #75: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:34: + FIXTURE_DATA(msg_oob) *self) ^ CHECK: spaces preferred around that '*' (ctx:WxV) #105: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:64: +static void close_sockets(FIXTURE_DATA(msg_oob) *self) ^ CHECK: spaces preferred around that '*' (ctx:WxV) #125: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:84: + FIXTURE_DATA(msg_oob) *self, ^ CHECK: spaces preferred around that '*' (ctx:WxV) #138: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:97: + FIXTURE_DATA(msg_oob) *self, ^ WARNING: line length of 90 exceeds 80 columns #160: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:119: + TH_LOG("AF_UNIX :%s", ret[0] < 0 ? strerror(recv_errno[0]) : recv_buf[0]); WARNING: line length of 96 exceeds 80 columns #161: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:120: + TH_LOG("Expected:%s", expected_errno ? strerror(expected_errno) : expected_buf); WARNING: line length of 90 exceeds 80 columns #168: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:127: + TH_LOG("AF_UNIX :%s", ret[0] < 0 ? strerror(recv_errno[0]) : recv_buf[0]); WARNING: line length of 90 exceeds 80 columns #169: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:128: + TH_LOG("TCP :%s", ret[1] < 0 ? strerror(recv_errno[1]) : recv_buf[1]); WARNING: line length of 98 exceeds 80 columns #180: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:139: + TH_LOG("AF_UNIX :%s", ret[0] < 0 ? strerror(recv_errno[0]) : recv_buf[0]); WARNING: line length of 104 exceeds 80 columns #181: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:140: + TH_LOG("Expected:%s", expected_errno ? strerror(expected_errno) : expected_buf); WARNING: line length of 98 exceeds 80 columns #188: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:147: + TH_LOG("AF_UNIX :%s", ret[0] < 0 ? strerror(recv_errno[0]) : recv_buf[0]); WARNING: line length of 98 exceeds 80 columns #189: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:148: + TH_LOG("TCP :%s", ret[1] < 0 ? strerror(recv_errno[1]) : recv_buf[1]); WARNING: line length of 91 exceeds 80 columns #237: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:196: + recvpair("hell", 4, 5, 0); /* Break at OOB even with enough buffer. */ WARNING: line length of 92 exceeds 80 columns #247: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:206: + recvpair("hell", 4, 9, 0); /* Break at OOB even after it's recv()ed. */ WARNING: line length of 91 exceeds 80 columns #256: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:215: + recvpair("hell", 4, 10, 0); /* Break at OOB even with enough buffer. */ WARNING: line length of 87 exceeds 80 columns #257: FILE: tools/testing/selftests/net/af_unix/msg_oob.c:216: + recvpair("world", 5, 10, 0); /* Drop OOB and recv() the next skb. */ total: 0 errors, 13 warnings, 5 checks, 225 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 20c5eeff558e ("selftest: af_unix: Add msg_oob.c.") 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, 13 warnings, 5 checks, 225 lines checked