WARNING: line length of 87 exceeds 80 columns #78: FILE: drivers/net/ethernet/cadence/macb_main.c:2495: + dma_free_coherent(dev, size, bp->queues[0].tx_ring, bp->queues[0].tx_ring_dma); WARNING: line length of 87 exceeds 80 columns #81: FILE: drivers/net/ethernet/cadence/macb_main.c:2498: + dma_free_coherent(dev, size, bp->queues[0].rx_ring, bp->queues[0].rx_ring_dma); WARNING: line length of 82 exceeds 80 columns #151: FILE: drivers/net/ethernet/cadence/macb_main.c:2576: + queue->tx_ring_dma = tx_dma + macb_tx_ring_size_per_queue(bp) * q; WARNING: line length of 82 exceeds 80 columns #154: FILE: drivers/net/ethernet/cadence/macb_main.c:2579: + queue->rx_ring_dma = rx_dma + macb_rx_ring_size_per_queue(bp) * q; total: 0 errors, 4 warnings, 0 checks, 114 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 10151fac146f ("net: macb: single dma_alloc_coherent() for DMA descriptors") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 4 warnings, 0 checks, 114 lines checked