WARNING: line length of 81 exceeds 80 columns #60: FILE: net/mctp/test/route-test.c:1455: + /* expected socket, matches .name in lookup_binds, or NULL for dropped */ WARNING: line length of 81 exceeds 80 columns #73: FILE: net/mctp/test/route-test.c:1468: + /* have both local-eid and remote-eid binds, remote eid is preferenced */ WARNING: line length of 83 exceeds 80 columns #98: FILE: net/mctp/test/route-test.c:1493: + /* remote EID 20 matches, but MCTP_NET_ANY in "remote20" resolved to net=1, WARNING: line length of 97 exceeds 80 columns #120: FILE: net/mctp/test/route-test.c:1515: + { .name = "any", .bind_addr = MCTP_ADDR_ANY, .bind_net = MCTP_NET_ANY, .bind_type = 1, }, WARNING: line length of 90 exceeds 80 columns #122: FILE: net/mctp/test/route-test.c:1517: + { .name = "local10", .bind_addr = 10, .bind_net = MCTP_NET_ANY, .bind_type = 1, }, WARNING: line length of 83 exceeds 80 columns #124: FILE: net/mctp/test/route-test.c:1519: + { .name = "local10net8", .bind_addr = 10, .bind_net = 8, .bind_type = 1, }, WARNING: line length of 90 exceeds 80 columns #126: FILE: net/mctp/test/route-test.c:1521: + { .name = "anynet9", .bind_addr = MCTP_ADDR_ANY, .bind_net = 9, .bind_type = 1, }, WARNING: line length of 99 exceeds 80 columns #129: FILE: net/mctp/test/route-test.c:1524: + { .name = "remote20", .bind_addr = MCTP_ADDR_ANY, .bind_net = MCTP_NET_ANY, .bind_type = 1, WARNING: line length of 95 exceeds 80 columns #133: FILE: net/mctp/test/route-test.c:1528: + { .name = "remote21local11", .bind_addr = 11, .bind_net = MCTP_NET_ANY, .bind_type = 1, WARNING: line length of 92 exceeds 80 columns #142: FILE: net/mctp/test/route-test.c:1537: + { .name = "remote21net4", .bind_addr = MCTP_ADDR_ANY, .bind_net = 4, .bind_type = 1, WARNING: line length of 92 exceeds 80 columns #146: FILE: net/mctp/test/route-test.c:1541: + { .name = "remote21net5", .bind_addr = MCTP_ADDR_ANY, .bind_net = 5, .bind_type = 1, WARNING: line length of 84 exceeds 80 columns #150: FILE: net/mctp/test/route-test.c:1545: +static void mctp_bind_lookup_desc(const struct mctp_bind_lookup_test *t, char *desc) WARNING: line length of 87 exceeds 80 columns #152: FILE: net/mctp/test/route-test.c:1547: + snprintf(desc, KUNIT_PARAM_DESC_SIZE, "{src %d dst %d ty %d net %d expect %s}", WARNING: line length of 83 exceeds 80 columns #156: FILE: net/mctp/test/route-test.c:1551: +KUNIT_ARRAY_PARAM(mctp_bind_lookup, mctp_bind_lookup_tests, mctp_bind_lookup_desc); WARNING: line length of 82 exceeds 80 columns #178: FILE: net/mctp/test/route-test.c:1573: + if (rx->expect && strcmp(rx->expect, lookup_binds[i].name) == 0) { WARNING: line length of 81 exceeds 80 columns #194: FILE: net/mctp/test/route-test.c:1589: + skb_sock = skb_recv_datagram(sock_expect->sk, MSG_DONTWAIT, &rc); WARNING: line length of 94 exceeds 80 columns #198: FILE: net/mctp/test/route-test.c:1593: + skb_sock = skb_recv_datagram(socks[i]->sk, MSG_DONTWAIT, &rc); WARNING: line length of 85 exceeds 80 columns #202: FILE: net/mctp/test/route-test.c:1597: + lookup_binds[i].name, rx->expect); total: 0 errors, 18 warnings, 0 checks, 211 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 cb562c192cc8 ("net: mctp: Add bind lookup test") 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, 18 warnings, 0 checks, 211 lines checked