CHECK: Unnecessary parentheses around function pointer (insn->imm) #101: FILE: kernel/bpf/core.c:2010: + BPF_R0 = BPF_CALL_FUNC(insn->imm)(BPF_R1, BPF_R2, BPF_R3, CHECK: Alignment should match open parenthesis #102: FILE: kernel/bpf/core.c:2011: + BPF_R0 = BPF_CALL_FUNC(insn->imm)(BPF_R1, BPF_R2, BPF_R3, BPF_R4, BPF_R5); CHECK: Unnecessary parentheses around function pointer (insn->imm) #107: FILE: kernel/bpf/core.c:2015: + BPF_R0 = BPF_CALL_FUNC_ARGS(insn->imm)(BPF_R1, BPF_R2, CHECK: Alignment should match open parenthesis #108: FILE: kernel/bpf/core.c:2016: + BPF_R0 = BPF_CALL_FUNC_ARGS(insn->imm)(BPF_R1, BPF_R2, BPF_R3, BPF_R4, total: 0 errors, 0 warnings, 4 checks, 65 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 8dca2cf67393 ("bpf: Add BPF_CALL_FUNC* to simplify code") 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, 0 warnings, 4 checks, 65 lines checked