WARNING: line length of 82 exceeds 80 columns #69: FILE: tools/testing/selftests/bpf/test_xsk.h:281: + {.name = "SEND_RECEIVE_9K_PACKETS", .test_func = testapp_send_receive_mb}, WARNING: line length of 88 exceeds 80 columns #71: FILE: tools/testing/selftests/bpf/test_xsk.h:283: + {.name = "SEND_RECEIVE_UNALIGNED", .test_func = testapp_send_receive_unaligned}, WARNING: line length of 94 exceeds 80 columns #77: FILE: tools/testing/selftests/bpf/test_xsk.h:289: + {.name = "UNALIGNED_INV_DESC_MULTI_BUFF", .test_func = testapp_unaligned_inv_desc_mb}, WARNING: line length of 82 exceeds 80 columns #79: FILE: tools/testing/selftests/bpf/test_xsk.h:291: + {.name = "HW_SW_MIN_RING_SIZE", .test_func = testapp_hw_sw_min_ring_size}, WARNING: line length of 82 exceeds 80 columns #80: FILE: tools/testing/selftests/bpf/test_xsk.h:292: + {.name = "HW_SW_MAX_RING_SIZE", .test_func = testapp_hw_sw_max_ring_size}, WARNING: line length of 91 exceeds 80 columns #95: FILE: tools/testing/selftests/bpf/xskxceiver.c:329: + for (i = ARRAY_SIZE(tests); i < ARRAY_SIZE(tests) + ARRAY_SIZE(ci_skip_tests); i++) WARNING: line length of 81 exceeds 80 columns #96: FILE: tools/testing/selftests/bpf/xskxceiver.c:330: + printf("%u: %s\n", i, ci_skip_tests[i - ARRAY_SIZE(tests)].name); WARNING: line length of 81 exceeds 80 columns #101: FILE: tools/testing/selftests/bpf/xskxceiver.c:335: + const size_t total_tests = ARRAY_SIZE(tests) + ARRAY_SIZE(ci_skip_tests); WARNING: line length of 83 exceeds 80 columns #134: FILE: tools/testing/selftests/bpf/xskxceiver.c:430: + test_init(&test, ifobj_tx, ifobj_rx, i, &tests[j]); WARNING: line length of 81 exceeds 80 columns #137: FILE: tools/testing/selftests/bpf/xskxceiver.c:433: + &ci_skip_tests[j - ARRAY_SIZE(tests)]); total: 0 errors, 10 warnings, 0 checks, 100 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 1265fc3089c4 ("selftests/bpf: test_xsk: Isolate non-CI tests") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 10 warnings, 0 checks, 100 lines checked