WARNING: line length of 87 exceeds 80 columns #76: FILE: drivers/net/ethernet/cadence/macb_main.c:2489: + dma_free_coherent(dev, size, bp->queues[0].tx_ring, bp->queues[0].tx_ring_dma); WARNING: line length of 87 exceeds 80 columns #79: FILE: drivers/net/ethernet/cadence/macb_main.c:2492: + dma_free_coherent(dev, size, bp->queues[0].rx_ring, bp->queues[0].rx_ring_dma); WARNING: line length of 82 exceeds 80 columns #147: FILE: drivers/net/ethernet/cadence/macb_main.c:2570: + queue->tx_ring_dma = tx_dma + macb_tx_ring_size_per_queue(bp) * q; WARNING: line length of 82 exceeds 80 columns #150: FILE: drivers/net/ethernet/cadence/macb_main.c:2573: + queue->rx_ring_dma = rx_dma + macb_rx_ring_size_per_queue(bp) * q; total: 0 errors, 4 warnings, 0 checks, 110 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 61d2911e646c ("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, 110 lines checked