CHECK: Please don't use multiple blank lines #39: FILE: tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:818: + WARNING: line length of 92 exceeds 80 columns #64: FILE: tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:843: + test_prepare_key(&test_ao[i], DEFAULT_TEST_ALGO, this_ip_dest, false, false, WARNING: line length of 87 exceeds 80 columns #66: FILE: tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:845: + strlen(test_password_scratch), test_password_scratch); WARNING: line length of 82 exceeds 80 columns #79: FILE: tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:858: + if (setsockopt(sk, IPPROTO_TCP, TCP_AO_ADD_KEY, &test_ao[randidx], CHECK: Alignment should match open parenthesis #83: FILE: tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:862: + memcpy(&test_ao[randidx], &test_ao[FILTER_TEST_NKEYS - 1 - i], + sizeof(struct tcp_ao_add)); WARNING: line length of 90 exceeds 80 columns #99: FILE: tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:878: + if (memcmp(expected[i].key, actual[j].key, TCP_AO_MAXKEYLEN) == 0) WARNING: line length of 85 exceeds 80 columns #122: FILE: tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:901: + if (compare_mkts(expected, nexpected, filtered_keys, filtered_keys[0].nkeys)) WARNING: line length of 84 exceeds 80 columns #141: FILE: tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:920: + memcpy(&filter.addr, &original_keys[f].addr, sizeof(original_keys[f].addr)); WARNING: line length of 91 exceeds 80 columns #143: FILE: tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:922: + filter_keys_checked(sk, &filter, &original_keys[f], 1, "by sndid, rcvid, address"); WARNING: line length of 85 exceeds 80 columns #189: FILE: tools/testing/selftests/net/tcp_ao/setsockopt-closed.c:968: + filter_keys_checked(sk, &filter, expected_keys, nmatches, "by sndid, rcvid"); total: 0 errors, 8 warnings, 2 checks, 181 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 2853ea846af7 ("selftest/tcp-ao: Add filter tests") 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, 8 warnings, 2 checks, 181 lines checked