WARNING: line length of 88 exceeds 80 columns #193: FILE: kernel/bpf/verifier.c:16068: + /* Apply bswap if alu64 or switch between large and small end machines*/ WARNING: line length of 87 exceeds 80 columns #194: FILE: kernel/bpf/verifier.c:16069: + bool need_bswap = (!alu32) || (to_le ? is_big_endian : !is_big_endian); WARNING: line length of 82 exceeds 80 columns #199: FILE: kernel/bpf/verifier.c:16074: + dst_reg->var_off = tnum_bswap16(dst_reg->var_off); WARNING: line length of 82 exceeds 80 columns #201: FILE: kernel/bpf/verifier.c:16076: + dst_reg->var_off = tnum_bswap32(dst_reg->var_off); WARNING: line length of 82 exceeds 80 columns #203: FILE: kernel/bpf/verifier.c:16078: + dst_reg->var_off = tnum_bswap64(dst_reg->var_off); WARNING: line length of 85 exceeds 80 columns #205: FILE: kernel/bpf/verifier.c:16080: + /* Reset bounds so they can be re-derived from new var_off */ WARNING: line length of 83 exceeds 80 columns #208: FILE: kernel/bpf/verifier.c:16083: + /* For bswap16/32, coerce dst register to match the swapped size */ WARNING: line length of 85 exceeds 80 columns #219: FILE: kernel/bpf/verifier.c:16093: + /* BPF_END is already handled above, no need for additional zero extension */ total: 0 errors, 8 warnings, 0 checks, 126 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 df1668f4de5b ("bpf: Add bitwise tracking for BPF_END") 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, 8 warnings, 0 checks, 126 lines checked