WARNING: line length of 86 exceeds 80 columns #46: FILE: tools/testing/selftests/bpf/xskxceiver.c:110: +static void __exit_with_error(int error, const char *file, const char *func, int line) WARNING: line length of 81 exceeds 80 columns #48: FILE: tools/testing/selftests/bpf/xskxceiver.c:112: + ksft_test_result_fail("[%s:%s:%i]: ERROR: %d/\"%s\"\n", file, func, line, WARNING: line length of 85 exceeds 80 columns #53: FILE: tools/testing/selftests/bpf/xskxceiver.c:117: +#define exit_with_error(error) __exit_with_error(error, __FILE__, __func__, __LINE__) total: 0 errors, 3 warnings, 0 checks, 28 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 18eabc0587c7 ("selftests/bpf: test_xsk: Move exit_with_error to xskxceiver.c") 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, 3 warnings, 0 checks, 28 lines checked