WARNING: line length of 92 exceeds 80 columns #113: FILE: kernel/bpf/verifier.c:1282: +static int copy_resource_state(struct bpf_func_state *dst, const struct bpf_func_state *src) WARNING: line length of 109 exceeds 80 columns #153: FILE: kernel/bpf/verifier.c:1345: +static struct bpf_resource_state *acquire_resource_state(struct bpf_verifier_env *env, int insn_idx, int *id) WARNING: line length of 99 exceeds 80 columns #201: FILE: kernel/bpf/verifier.c:1381: +static int acquire_lock_state(struct bpf_verifier_env *env, int insn_idx, enum res_state_type type, WARNING: line length of 89 exceeds 80 columns #233: FILE: kernel/bpf/verifier.c:1403: + memcpy(&state->res[res_idx], &state->res[last_idx], sizeof(*state->res)); WARNING: line length of 105 exceeds 80 columns #289: FILE: kernel/bpf/verifier.c:1439: +static struct bpf_resource_state *find_lock_state(struct bpf_verifier_env *env, enum res_state_type type, CHECK: Alignment should match open parenthesis #290: FILE: kernel/bpf/verifier.c:1440: +static struct bpf_resource_state *find_lock_state(struct bpf_verifier_env *env, enum res_state_type type, int id, void *ptr) WARNING: line length of 90 exceeds 80 columns #330: FILE: kernel/bpf/verifier.c:7921: + err = acquire_lock_state(env, env->insn_idx, RES_TYPE_LOCK, reg->id, ptr); WARNING: line length of 85 exceeds 80 columns #339: FILE: kernel/bpf/verifier.c:7939: + if (release_lock_state(cur_func(env), RES_TYPE_LOCK, reg->id, ptr)) { WARNING: line length of 103 exceeds 80 columns #439: FILE: kernel/bpf/verifier.c:17784: + WARN_ONCE(1, "Unhandled enum type for resource state: %d\n", old->res[i].type); total: 0 errors, 8 warnings, 1 checks, 382 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 bb1b901fcdcc ("bpf: Refactor and rename resource management") 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, 8 warnings, 1 checks, 382 lines checked