CHECK: Alignment should match open parenthesis #202: FILE: kernel/bpf/verifier.c:6800: + if (prog->type == BPF_PROG_TYPE_LSM && + prog->expected_attach_type == BPF_LSM_MAC && WARNING: line length of 92 exceeds 80 columns #235: FILE: kernel/bpf/verifier.c:6937: + if (is_retval && get_func_retval_range(env->prog, &range)) { WARNING: line length of 90 exceeds 80 columns #236: FILE: kernel/bpf/verifier.c:6938: + err = __mark_reg_s32_range(env, regs, value_regno, WARNING: line length of 95 exceeds 80 columns #237: FILE: kernel/bpf/verifier.c:6939: + range.minval, range.maxval); WARNING: line length of 81 exceeds 80 columns #241: FILE: kernel/bpf/verifier.c:6943: + mark_reg_unknown(env, regs, value_regno); total: 0 errors, 4 warnings, 1 checks, 200 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 af9bd5f0ad09 ("bpf, lsm: Add check for BPF LSM return value") 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, 4 warnings, 1 checks, 200 lines checked