WARNING: line length of 83 exceeds 80 columns #64: FILE: kernel/kexec_bpf_loader.c:311: + for (i = 0; i < MAX_PARSING_BUF_NUM; i++) { WARNING: Too many leading tabs - consider code refactoring #65: FILE: kernel/kexec_bpf_loader.c:312: + if (ctx->next_parsing_buf[i]) WARNING: line length of 92 exceeds 80 columns #67: FILE: kernel/kexec_bpf_loader.c:314: + ctx->next_parsing_buf[i] = decompressed_buf; WARNING: line length of 94 exceeds 80 columns #68: FILE: kernel/kexec_bpf_loader.c:315: + ctx->next_parsing_buf_sz[i] = decompressed_sz; WARNING: line length of 85 exceeds 80 columns #86: FILE: kernel/kexec_bpf_loader.c:338: + pn = __vmalloc(cmd->payload_len, GFP_KERNEL | __GFP_ACCOUNT); WARNING: line length of 87 exceeds 80 columns #95: FILE: kernel/kexec_bpf_loader.c:347: + ctx->next_parsing_buf_sz[i] = cmd->payload_len; WARNING: line length of 85 exceeds 80 columns #112: FILE: kernel/kexec_bpf_loader.c:681: + context->parsing_buf_sz[i] = context->next_parsing_buf_sz[i]; total: 0 errors, 7 warnings, 0 checks, 84 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 b3789892f66e ("kexec_file: Chain the stages into a pipeline") 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, 7 warnings, 0 checks, 84 lines checked