WARNING: line length of 84 exceeds 80 columns #143: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:478: +static inline int am65_cpsw_nuss_tx_descs_available(struct am65_cpsw_tx_chn *tx_chn) WARNING: line length of 87 exceeds 80 columns #215: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:731: + flow->rx_ring.rx_descs[i] = k3_cppi_desc_pool_alloc(rx_chn->desc_pool); WARNING: line length of 82 exceeds 80 columns #245: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:834: + atomic_set(&tx_chn->tx_ring.tx_desc_ring_tail_idx, AM65_CPSW_MAX_TX_DESC); WARNING: line length of 89 exceeds 80 columns #247: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:836: + tx_chn->tx_ring.tx_descs[i] = k3_cppi_desc_pool_alloc(tx_chn->desc_pool); WARNING: line length of 82 exceeds 80 columns #317: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:1619: + k3_udma_glue_tx_cppi5_to_dma_addr(tx_chn->tx_chn, &next_desc_dma); WARNING: line length of 95 exceeds 80 columns #436: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2514: + k3_cppi_desc_pool_free(tx_chn->desc_pool, tx_chn->tx_ring.tx_descs[j]); WARNING: line length of 85 exceeds 80 columns #474: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2689: + k3_cppi_desc_pool_free(rx_chn->desc_pool, flow->rx_ring.rx_descs[j]); WARNING: line length of 93 exceeds 80 columns #480: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.c:2695: + k3_cppi_desc_pool_free(rx_chn->desc_pool, flow->rx_ring.rx_descs[j]); WARNING: line length of 91 exceeds 80 columns #513: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.h:85: + atomic_t tx_desc_ring_head_idx; /* Points to dequeuing place for free descriptor */ WARNING: line length of 90 exceeds 80 columns #514: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.h:86: + atomic_t tx_desc_ring_tail_idx; /* Points to queuing place for freed descriptor */ WARNING: line length of 91 exceeds 80 columns #534: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.h:109: + atomic_t rx_desc_ring_head_idx; /* Points to dequeuing place for free descriptor */ WARNING: line length of 90 exceeds 80 columns #535: FILE: drivers/net/ethernet/ti/am65-cpsw-nuss.h:110: + atomic_t rx_desc_ring_tail_idx; /* Points to queuing place for freed descriptor */ total: 0 errors, 12 warnings, 0 checks, 486 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 f9561701c214 ("net: ethernet: ti: am65-cpsw-nuss: Recycle TX and RX CPPI Descriptors") 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, 12 warnings, 0 checks, 486 lines checked