CHECK: Lines should not end with a '(' #148: FILE: arch/x86/net/bpf_jit_comp.c:3475: + asm volatile( CHECK: Lines should not end with a '(' #156: FILE: arch/x86/net/bpf_jit_comp.c:3483: + asm volatile( CHECK: Lines should not end with a '(' #164: FILE: arch/x86/net/bpf_jit_comp.c:3491: + asm volatile( CHECK: Lines should not end with a '(' #172: FILE: arch/x86/net/bpf_jit_comp.c:3499: + asm volatile( CHECK: Lines should not end with a '(' #180: FILE: arch/x86/net/bpf_jit_comp.c:3507: + asm volatile( CHECK: Lines should not end with a '(' #188: FILE: arch/x86/net/bpf_jit_comp.c:3515: + asm volatile( CHECK: Lines should not end with a '(' #196: FILE: arch/x86/net/bpf_jit_comp.c:3523: + asm volatile( CHECK: Lines should not end with a '(' #219: FILE: arch/x86/net/bpf_jit_comp.c:3546: + asm volatile( WARNING: line length of 86 exceeds 80 columns #221: FILE: arch/x86/net/bpf_jit_comp.c:3548: + : : [thunk_target]"r"(prog->bpf_func), [args]"D"(args) WARNING: line length of 82 exceeds 80 columns #233: FILE: arch/x86/net/bpf_jit_comp.c:3560: + unsigned long origin_ip = (*ip) & 0xfffffffffffffff0; // Align to 16 bytes CHECK: Lines should not end with a '(' #269: FILE: arch/x86/net/bpf_jit_comp.c:3596: + asm volatile( WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #361: new file mode 100644 CHECK: Unnecessary parentheses around prog->active #412: FILE: include/linux/bpf_tramp.h:47: + if (unlikely(this_cpu_inc_return(*(prog->active)) != 1)) { CHECK: Unnecessary parentheses around 'prog->active' #412: FILE: include/linux/bpf_tramp.h:47: + if (unlikely(this_cpu_inc_return(*(prog->active)) != 1)) { WARNING: line length of 84 exceeds 80 columns #422: FILE: include/linux/bpf_tramp.h:57: +bpf_gtramp_exit(struct bpf_prog *prog, u64 start, struct bpf_tramp_run_ctx *run_ctx) CHECK: Unnecessary parentheses around prog->active #428: FILE: include/linux/bpf_tramp.h:63: + this_cpu_dec(*(prog->active)); WARNING: From:/Signed-off-by: email address mismatch: 'From: Menglong Dong ' != 'Signed-off-by: Menglong Dong ' total: 0 errors, 5 warnings, 12 checks, 415 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 a3057b68c2a7 ("x86,bpf: add bpf_global_caller for global trampoline") 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, 12 checks, 415 lines checked