CHECK: Alignment should match open parenthesis #421: FILE: kernel/kexec_pe_image.c:167: +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 #447: FILE: kernel/kexec_pe_image.c:193: + opts_data = get_symbol_from_elf(bpf_elf, sz, "opts_data", &opts_data_sz); WARNING: line length of 81 exceeds 80 columns #448: FILE: kernel/kexec_pe_image.c:194: + opts_insn = get_symbol_from_elf(bpf_elf, sz, "opts_insn", &opts_insn_sz); WARNING: line length of 82 exceeds 80 columns #452: FILE: kernel/kexec_pe_image.c:198: + * When light skeleton generates opts_data[] and opts_insn[], it appends a total: 0 errors, 3 warnings, 1 checks, 402 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 b18fad539c9e ("kexec: Integrate bpf light skeleton to load zboot image") 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, 3 warnings, 1 checks, 402 lines checked