WARNING: line length of 83 exceeds 80 columns #52: FILE: kernel/bpf/verifier.c:2427: + u32 u32_min = max_t(u32, reg->u32_min_value, (u32)reg->umin_value); WARNING: line length of 83 exceeds 80 columns #53: FILE: kernel/bpf/verifier.c:2428: + u32 u32_max = min_t(u32, reg->u32_max_value, (u32)reg->umax_value); WARNING: line length of 91 exceeds 80 columns #68: FILE: kernel/bpf/verifier.c:2443: + u32 u32_min = max_t(u32, reg->u32_min_value, (u32)reg->smin_value); WARNING: line length of 91 exceeds 80 columns #69: FILE: kernel/bpf/verifier.c:2444: + u32 u32_max = min_t(u32, reg->u32_max_value, (u32)reg->smax_value); WARNING: line length of 81 exceeds 80 columns #84: FILE: kernel/bpf/verifier.c:2492: + u32 u32_min = max_t(u32, reg->s32_min_value, reg->u32_min_value); WARNING: line length of 81 exceeds 80 columns #85: FILE: kernel/bpf/verifier.c:2493: + u32 u32_max = min_t(u32, reg->s32_max_value, reg->u32_max_value); total: 0 errors, 6 warnings, 0 checks, 45 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 4ce67f2e62a3 ("bpf: Prevent invalid u32 bounds in __reg32_deduce_bounds()") 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, 45 lines checked