CHECK: Consider using #include instead of #236: FILE: arch/x86/net/bpf_jit_comp.c:23: +#include CHECK: Lines should not end with a '(' #312: FILE: arch/x86/net/bpf_jit_comp.c:606: + asm volatile ( CHECK: Lines should not end with a '(' #336: FILE: arch/x86/net/bpf_jit_comp.c:630: + asm volatile ( WARNING: line length of 94 exceeds 80 columns #382: FILE: arch/x86/net/bpf_jit_comp.c:690: + EMIT3(0x83, 0x38, MAX_TAIL_CALL_CNT); /* cmp dword ptr [rax], MAX_TAIL_CALL_CNT */ WARNING: line length of 98 exceeds 80 columns #417: FILE: arch/x86/net/bpf_jit_comp.c:754: + EMIT3(0x83, 0x38, MAX_TAIL_CALL_CNT); /* cmp dword ptr [rax], MAX_TAIL_CALL_CNT */ total: 0 errors, 2 warnings, 3 checks, 283 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 89aada98d2c1 ("bpf, x64: Fix tailcall hierarchy") 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, 2 warnings, 3 checks, 283 lines checked