WARNING: line length of 95 exceeds 80 columns #106: FILE: kernel/bpf/verifier.c:7611: + err = check_helper_mem_access(env, regno, mem_size, ACCESS_F_ZERO_SIZE_ALLOWED, &meta); WARNING: line length of 94 exceeds 80 columns #111: FILE: kernel/bpf/verifier.c:7614: + err = err ?: check_helper_mem_access(env, regno, mem_size, ACCESS_F_ZERO_SIZE_ALLOWED, WARNING: line length of 85 exceeds 80 columns #121: FILE: kernel/bpf/verifier.c:7640: + err = check_mem_size_reg(env, reg, regno, ACCESS_F_ZERO_SIZE_ALLOWED, &meta); WARNING: line length of 92 exceeds 80 columns #125: FILE: kernel/bpf/verifier.c:7643: + err = err ?: check_mem_size_reg(env, reg, regno, ACCESS_F_ZERO_SIZE_ALLOWED, &meta); WARNING: line length of 92 exceeds 80 columns #167: FILE: kernel/bpf/verifier.c:9023: + err = check_mem_size_reg(env, reg, regno, ACCESS_F_ZERO_SIZE_ALLOWED, meta); total: 0 errors, 5 warnings, 0 checks, 138 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 fcb83f834cc3 ("bpf: Pass flags instead of bool to check_helper_mem_access()") 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, 5 warnings, 0 checks, 138 lines checked