WARNING: line length of 86 exceeds 80 columns #28: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1627: +static int am65_cpsw_nuss_tx_cmpl_free_batch(struct am65_cpsw_common *common, int chn, WARNING: line length of 81 exceeds 80 columns #29: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1628: + u32 batch_size, unsigned int budget, WARNING: line length of 85 exceeds 80 columns #75: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1700: + int chn, unsigned int budget, bool *tdown) WARNING: line length of 88 exceeds 80 columns #87: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1712: + res = k3_udma_glue_pop_tx_chn_batch(tx_chn->tx_chn, tx_chn->cmpl_desc_dma_array, WARNING: line length of 82 exceeds 80 columns #88: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1713: + &batch_size, AM65_CPSW_TX_BATCH_SIZE); WARNING: line length of 91 exceeds 80 columns #95: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1720: + num_tx = am65_cpsw_nuss_tx_cmpl_free_batch(common, chn, batch_size, budget, tdown); WARNING: line length of 90 exceeds 80 columns #121: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1797: + tx_desc_batch->desc_tx_array, WARNING: line length of 91 exceeds 80 columns #122: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1798: + tx_desc_batch->desc_dma_array, WARNING: line length of 90 exceeds 80 columns #123: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1799: + tx_desc_batch->tx_batch_idx); WARNING: line length of 86 exceeds 80 columns #187: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1952: + if ((atomic_inc_return(&common->tx_batch_count) == AM65_CPSW_TX_BATCH_SIZE) || WARNING: line length of 94 exceeds 80 columns #233: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2211: + am65_cpsw_nuss_set_buf_type(tx_chn, host_desc, AM65_CPSW_TX_BUF_TYPE_XDP_NDO); WARNING: line length of 85 exceeds 80 columns #247: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2225: + cppi5_desc_set_pktids(&host_desc->hdr, 0, AM65_CPSW_CPPI_TX_FLOW_ID); WARNING: line length of 86 exceeds 80 columns #251: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2229: + cppi5_hdesc_attach_buf(host_desc, dma_buf, pkt_len, dma_buf, pkt_len); WARNING: line length of 84 exceeds 80 columns #261: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2239: + dma_desc = k3_cppi_desc_pool_virt2dma(tx_chn->desc_pool, host_desc); WARNING: line length of 86 exceeds 80 columns #267: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2245: + tx_desc_batch->desc_tx_array[tx_desc_batch->tx_batch_idx] = host_desc; WARNING: line length of 86 exceeds 80 columns #268: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2246: + tx_desc_batch->desc_dma_array[tx_desc_batch->tx_batch_idx] = dma_desc; WARNING: line length of 81 exceeds 80 columns #271: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2249: + /* Push the batch across all queues and all netdevs in any of the WARNING: line length of 85 exceeds 80 columns #276: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2254: + * 4. We do not have sufficient free descriptors for upcoming packets WARNING: line length of 94 exceeds 80 columns #279: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2257: + if ((atomic_inc_return(&common->tx_batch_count) == AM65_CPSW_TX_BATCH_SIZE) || total: 0 errors, 19 warnings, 0 checks, 307 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 e4213be7931e ("net: ethernet: ti: am65-cpsw-nuss: Enable batch processing for TX / TX CMPL") 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, 19 warnings, 0 checks, 307 lines checked