CHECK: extern prototypes should be avoided in .h files #99: FILE: include/linux/security.h:2283: +extern int security_bpf_prog_load_post_integrity(struct bpf_prog *prog, CHECK: Alignment should match open parenthesis #100: FILE: include/linux/security.h:2284: +extern int security_bpf_prog_load_post_integrity(struct bpf_prog *prog, + union bpf_attr *attr, CHECK: Alignment should match open parenthesis #113: FILE: include/linux/security.h:2324: +static inline int security_bpf_prog_load_post_integrity(struct bpf_prog *prog, + union bpf_attr *attr, total: 0 errors, 0 warnings, 3 checks, 155 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 d08953aa62ed ("lsm: framework for BPF integrity verification") 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, 0 warnings, 3 checks, 155 lines checked