WARNING: line length of 96 exceeds 80 columns #109: FILE: drivers/net/ethernet/cadence/macb_main.c:2526: + upper_32_bits(queue->tx_ring_dma) != upper_32_bits(bp->queues->tx_ring_dma)) WARNING: line length of 96 exceeds 80 columns #119: FILE: drivers/net/ethernet/cadence/macb_main.c:2542: + upper_32_bits(queue->rx_ring_dma) != upper_32_bits(bp->queues->rx_ring_dma)) WARNING: line length of 86 exceeds 80 columns #151: FILE: drivers/net/ethernet/cadence/macb_main.c:5398: + macb_writel(bp, RBQPH, upper_32_bits(bp->rx_ring_tieoff_dma)); total: 0 errors, 3 warnings, 0 checks, 107 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 a52f8a6f56d9 ("net: macb: remove illusion about TBQPH/RBQPH being per-queue") 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, 3 warnings, 0 checks, 107 lines checked