WARNING: line length of 89 exceeds 80 columns #367: FILE: kernel/bpf/verifier.c:1827: +static void parent_scc_enter(struct bpf_verifier_env *env, struct bpf_verifier_state *st) WARNING: line length of 88 exceeds 80 columns #381: FILE: kernel/bpf/verifier.c:1841: +static void parent_scc_exit(struct bpf_verifier_env *env, struct bpf_verifier_state *st) WARNING: line length of 91 exceeds 80 columns #633: FILE: kernel/bpf/verifier.c:19126: + mark_state_loops_possible(env, &sl->state); WARNING: line length of 83 exceeds 80 columns #642: FILE: kernel/bpf/verifier.c:19135: + mark_state_loops_possible(env, &sl->state); WARNING: line length of 82 exceeds 80 columns #720: FILE: kernel/bpf/verifier.c:24071: + env->scc_info = kvcalloc(next_scc_id, sizeof(*env->scc_info), GFP_KERNEL); total: 0 errors, 5 warnings, 0 checks, 667 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 036ff051c7d8 ("bpf: use SCC info instead of loop_entry") 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, 5 warnings, 0 checks, 667 lines checked