WARNING: line length of 86 exceeds 80 columns #63: FILE: kernel/bpf/verifier.c:2540: + * 0 U32_MAX WARNING: line length of 86 exceeds 80 columns #64: FILE: kernel/bpf/verifier.c:2541: + * | [xxxxxxxxxxxxxx u32 range xxxxxxxxxxxxxx] | WARNING: line length of 86 exceeds 80 columns #65: FILE: kernel/bpf/verifier.c:2542: + * |----------------------------|----------------------------| WARNING: line length of 86 exceeds 80 columns #66: FILE: kernel/bpf/verifier.c:2543: + * |xxxxx s32 range xxxxxxxxx] [xxxxxxx| WARNING: line length of 86 exceeds 80 columns #67: FILE: kernel/bpf/verifier.c:2544: + * 0 S32_MAX S32_MIN -1 WARNING: line length of 96 exceeds 80 columns #70: FILE: kernel/bpf/verifier.c:2547: + reg->u32_max_value = min_t(u32, reg->u32_max_value, reg->s32_max_value); WARNING: line length of 86 exceeds 80 columns #73: FILE: kernel/bpf/verifier.c:2550: + * 0 U32_MAX WARNING: line length of 86 exceeds 80 columns #74: FILE: kernel/bpf/verifier.c:2551: + * | [xxxxxxxxxxxxxx u32 range xxxxxxxxxxxxxx] | WARNING: line length of 86 exceeds 80 columns #75: FILE: kernel/bpf/verifier.c:2552: + * |----------------------------|----------------------------| WARNING: line length of 86 exceeds 80 columns #76: FILE: kernel/bpf/verifier.c:2553: + * |xxxxxxxxx] [xxxxxxxxxxxx s32 range | WARNING: line length of 86 exceeds 80 columns #77: FILE: kernel/bpf/verifier.c:2554: + * 0 S32_MAX S32_MIN -1 WARNING: line length of 96 exceeds 80 columns #80: FILE: kernel/bpf/verifier.c:2557: + reg->u32_min_value = max_t(u32, reg->u32_min_value, reg->s32_min_value); WARNING: line length of 88 exceeds 80 columns #94: FILE: tools/testing/selftests/bpf/prog_tests/reg_bounds.c:425: +static struct range range_intersection(enum num_t t, struct range old, struct range new) CHECK: Blank lines aren't necessary before a close brace '}' #144: FILE: tools/testing/selftests/bpf/prog_tests/reg_bounds.c:475: + +} total: 0 errors, 13 warnings, 1 checks, 120 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 5cf070afa263 ("bpf: refine u32/s32 bounds when ranges cross min/max boundary") 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, 13 warnings, 1 checks, 120 lines checked