WARNING: line length of 90 exceeds 80 columns #33: FILE: kernel/bpf/verifier.c:23327: + int nr_args = btf_type_vlen(prog->aux->attach_func_proto); WARNING: line length of 89 exceeds 80 columns #36: FILE: kernel/bpf/verifier.c:23330: + * skip first 'void *__data' argument in btf_trace_##name WARNING: line length of 92 exceeds 80 columns #44: FILE: kernel/bpf/verifier.c:23338: + insn_buf[0] = BPF_LDX_MEM(BPF_DW, BPF_REG_0, BPF_REG_1, -8); WARNING: line length of 90 exceeds 80 columns #56: FILE: kernel/bpf/verifier.c:23392: + int nr_args = btf_type_vlen(prog->aux->attach_func_proto); WARNING: line length of 89 exceeds 80 columns #59: FILE: kernel/bpf/verifier.c:23395: + * skip first 'void *__data' argument in btf_trace_##name WARNING: line length of 92 exceeds 80 columns #67: FILE: kernel/bpf/verifier.c:23403: + insn_buf[0] = BPF_LDX_MEM(BPF_DW, BPF_REG_0, BPF_REG_1, -8); WARNING: From:/Signed-off-by: email address mismatch: 'From: Menglong Dong ' != 'Signed-off-by: Menglong Dong ' total: 0 errors, 7 warnings, 0 checks, 57 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 6f8bbd7b28db ("bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 7 warnings, 0 checks, 57 lines checked