WARNING: line length of 87 exceeds 80 columns #70: FILE: net/mctp/test/route-test.c:1288: + { &bind_addrany_netdefault_type1, &bind_addrany_netdefault_type1, EADDRINUSE }, WARNING: line length of 83 exceeds 80 columns #72: FILE: net/mctp/test/route-test.c:1290: + { &bind_addr8_netdefault_type1, &bind_addr8_netdefault_type1, EADDRINUSE }, WARNING: line length of 92 exceeds 80 columns #105: FILE: net/mctp/test/route-test.c:1323: +static void mctp_test_bind_run(struct kunit *test, const struct mctp_test_bind_setup *setup, WARNING: line length of 85 exceeds 80 columns #122: FILE: net/mctp/test/route-test.c:1340: + *ret_bind_errno = kernel_bind(*sock, (struct sockaddr *)&addr, sizeof(addr)); WARNING: line length of 83 exceeds 80 columns #126: FILE: net/mctp/test/route-test.c:1344: + const struct mctp_test_bind_setup *bind1, WARNING: line length of 84 exceeds 80 columns #160: FILE: net/mctp/test/route-test.c:1378: + bind_errno = mctp_test_bind_conflicts_inner(test, pair->bind1, pair->bind2); WARNING: line length of 84 exceeds 80 columns #164: FILE: net/mctp/test/route-test.c:1382: + bind_errno = mctp_test_bind_conflicts_inner(test, pair->bind2, pair->bind1); total: 0 errors, 7 warnings, 0 checks, 170 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 804cf6143fc2 ("net: mctp: Add test for conflicting bind()s") 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, 0 checks, 170 lines checked