CHECK: Alignment should match open parenthesis #384: FILE: kernel/kexec_bpf_loader.c:31: +static void *get_symbol_from_elf(const char *elf_data, size_t elf_size, + const char *symbol_name, unsigned int *symbol_size) WARNING: line length of 81 exceeds 80 columns #410: FILE: kernel/kexec_bpf_loader.c:57: + opts_data = get_symbol_from_elf(bpf_elf, sz, "opts_data", &opts_data_sz); WARNING: line length of 81 exceeds 80 columns #411: FILE: kernel/kexec_bpf_loader.c:58: + opts_insn = get_symbol_from_elf(bpf_elf, sz, "opts_insn", &opts_insn_sz); WARNING: line length of 82 exceeds 80 columns #415: FILE: kernel/kexec_bpf_loader.c:62: + * When light skeleton generates opts_data[] and opts_insn[], it appends a total: 0 errors, 3 warnings, 1 checks, 365 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 ed93bfed633d ("kexec_file: Integrate bpf light skeleton to load image with bpf-prog") 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, 3 warnings, 1 checks, 365 lines checked