CHECK: Blank lines aren't necessary after an open brace '{' #58: FILE: kernel/bpf/verifier.c:7296: } else { + WARNING: line length of 92 exceeds 80 columns #71: FILE: kernel/bpf/verifier.c:13032: + meta->func_id == special_kfunc_list[KF_bpf_dynptr_slice_rdwr]) { WARNING: line length of 117 exceeds 80 columns #73: FILE: kernel/bpf/verifier.c:13034: + verbose(env, "verifier internal error: only one stack argument permitted\n"); WARNING: line length of 82 exceeds 80 columns #101: FILE: kernel/bpf/verifier.c:13636: + branch = push_stack(env, env->insn_idx + 1, env->insn_idx, false); WARNING: line length of 93 exceeds 80 columns #103: FILE: kernel/bpf/verifier.c:13638: + verbose(env, "failed to push state to explore stack buffer in r0\n"); total: 0 errors, 4 warnings, 1 checks, 75 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 726f958450da ("bpf: Explore PTR_TO_STACK as R0 for bpf_dynptr_slice_rdwr") 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, 75 lines checked