CHECK: Alignment should match open parenthesis #199: FILE: kernel/bpf/verifier.c:6831: + if (prog->type == BPF_PROG_TYPE_LSM && + prog->expected_attach_type == BPF_LSM_MAC && WARNING: line length of 92 exceeds 80 columns #232: FILE: kernel/bpf/verifier.c:6968: + if (is_retval && get_func_retval_range(env->prog, &range)) { WARNING: line length of 90 exceeds 80 columns #233: FILE: kernel/bpf/verifier.c:6969: + err = __mark_reg_s32_range(env, regs, value_regno, WARNING: line length of 95 exceeds 80 columns #234: FILE: kernel/bpf/verifier.c:6970: + range.minval, range.maxval); WARNING: line length of 81 exceeds 80 columns #238: FILE: kernel/bpf/verifier.c:6974: + mark_reg_unknown(env, regs, value_regno); total: 0 errors, 4 warnings, 1 checks, 197 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 d61918e56cea ("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, 197 lines checked