WARNING: line length of 83 exceeds 80 columns #52: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:361: +allow_offsets(struct bpf_insn *insns, __u32 insn_cnt, int off1, int off2, int off3) WARNING: line length of 85 exceeds 80 columns #58: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:367: + prog_fd = __check_ldimm64_gotox_prog_load(insns, insn_cnt, off1, off2, off3); WARNING: line length of 94 exceeds 80 columns #59: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:368: + snprintf(s, sizeof(s), "__check_ldimm64_gotox_prog_load(%d,%d,%d)", off1, off2, off3); WARNING: line length of 89 exceeds 80 columns #69: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:378: + if (!ASSERT_EQ(topts.retval, (off1 + off2 + off3) / 8, "test_run_opts retval")) { WARNING: line length of 84 exceeds 80 columns #78: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:387: +reject_offsets(struct bpf_insn *insns, __u32 insn_cnt, int off1, int off2, int off3) WARNING: line length of 85 exceeds 80 columns #83: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:391: + prog_fd = __check_ldimm64_gotox_prog_load(insns, insn_cnt, off1, off2, off3); total: 0 errors, 6 warnings, 0 checks, 146 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 e8226601530d ("selftests/bpf: Add more tests for loading insn arrays with offsets") 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, 6 warnings, 0 checks, 146 lines checked