CHECK: Alignment should match open parenthesis #29: FILE: rimage/elf.c:92: + module->logs_index = elf_find_section(image, module, ".static_log_entries"); CHECK: Alignment should match open parenthesis #33: FILE: rimage/elf.c:96: + module->fw_ready_index = elf_find_section(image, module, + ".fw_ready"); CHECK: Logical continuations should be on the previous line #45: FILE: rimage/elf.c:360: + if (i != module->bss_index && i != module->logs_index + && i != module->fw_ready_index) { CHECK: Avoid CamelCase: #83: FILE: rimage/file_simple.c:364: + Elf32_Shdr *section = CHECK: Alignment should match open parenthesis #103: FILE: rimage/file_simple.c:384: + memcpy(&header.version, + &((struct sof_ipc_fw_ready *)buffer)->version, total: 0 errors, 0 warnings, 5 checks, 106 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. 0001-rimage-debugability-include-fw_version-in-.ldc-file.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.