CHECK: Alignment should match open parenthesis #69: FILE: kernel/bpf/bpf_struct_ops.c:203: +static int prepare_func_info(struct btf *btf, const char *st_ops_name, CHECK: Alignment should match open parenthesis #126: FILE: kernel/bpf/bpf_struct_ops.c:363: + func_info = kcalloc(btf_type_vlen(t), sizeof(*func_info), GFP_KERNEL); CHECK: Alignment should match open parenthesis #142: FILE: kernel/bpf/bpf_struct_ops.c:407: + err = prepare_func_info(btf, st_ops->name, mname, func_proto, total: 0 errors, 0 warnings, 3 checks, 123 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 82a8aff92e6f ("bpf: Rename bpf_struct_ops_arg_info to bpf_struct_ops_func_info") 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, 3 checks, 123 lines checked