WARNING: line length of 81 exceeds 80 columns #238: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:1282: + q_info->queue_chunks = kcalloc(num_chunks, sizeof(*q_info->queue_chunks), WARNING: line length of 82 exceeds 80 columns #244: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:1288: + struct idpf_queue_id_reg_chunk *dchunk = &q_info->queue_chunks[i]; WARNING: line length of 83 exceeds 80 columns #248: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:1292: + dchunk->qtail_reg_spacing = le32_to_cpu(schunk->qtail_reg_spacing); WARNING: line length of 85 exceeds 80 columns #336: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:2509: + struct idpf_queue_id_reg_chunk *schunks, WARNING: line length of 83 exceeds 80 columns #346: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:2516: + dchunks[i].start_queue_id = cpu_to_le32(schunks[i].start_queue_id); WARNING: line length of 81 exceeds 80 columns #393: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:2547: + idpf_convert_reg_to_queue_chunks(eq->chunks.chunks, chunks->queue_chunks, total: 0 errors, 6 warnings, 0 checks, 510 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 24bd2adbdd8f ("idpf: introduce local idpf structure to store virtchnl queue chunks") 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, 6 warnings, 0 checks, 510 lines checked