WARNING: line length of 81 exceeds 80 columns #255: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:1281: + q_info->queue_chunks = kcalloc(num_chunks, sizeof(*q_info->queue_chunks), WARNING: line length of 82 exceeds 80 columns #265: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:1291: + struct idpf_queue_id_reg_chunk *dchunk = &q_info->queue_chunks[i]; WARNING: line length of 83 exceeds 80 columns #269: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:1295: + dchunk->qtail_reg_spacing = le32_to_cpu(schunk->qtail_reg_spacing); WARNING: line length of 85 exceeds 80 columns #357: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:2512: + struct idpf_queue_id_reg_chunk *schunks, WARNING: line length of 83 exceeds 80 columns #367: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:2519: + dchunks[i].start_queue_id = cpu_to_le32(schunks[i].start_queue_id); WARNING: line length of 81 exceeds 80 columns #414: FILE: drivers/net/ethernet/intel/idpf/idpf_virtchnl.c:2550: + idpf_convert_reg_to_queue_chunks(eq->chunks.chunks, chunks->queue_chunks, total: 0 errors, 6 warnings, 0 checks, 531 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 8d21d527fc18 ("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, 531 lines checked