WARNING: line length of 90 exceeds 80 columns #26: FILE: tools/testing/selftests/bpf/test_xsk.c:550: + /* Packet stream has already been replaced so we have to release this one. WARNING: line length of 86 exceeds 80 columns #27: FILE: tools/testing/selftests/bpf/test_xsk.c:551: + * The newly created one will be freed by the restore_default() at the WARNING: line length of 81 exceeds 80 columns #48: FILE: tools/testing/selftests/bpf/test_xsk.c:592: + pkt_stream_delete(test->ifobj_tx->xsk_arr[i].pkt_stream); WARNING: line length of 81 exceeds 80 columns #50: FILE: tools/testing/selftests/bpf/test_xsk.c:594: + pkt_stream_delete(test->ifobj_rx->xsk_arr[i].pkt_stream); CHECK: Blank lines aren't necessary before a close brace '}' #53: FILE: tools/testing/selftests/bpf/test_xsk.c:597: + +} total: 0 errors, 4 warnings, 1 checks, 68 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 2c136e08a232 ("selftests/bpf: test_xsk: Fix memory leaks") 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, 4 warnings, 1 checks, 68 lines checked