WARNING: line length of 81 exceeds 80 columns #145: FILE: drivers/net/ethernet/cadence/macb_main.c:1541: + gem_total_rx_buffer_size(bp), WARNING: line length of 84 exceeds 80 columns #163: FILE: drivers/net/ethernet/cadence/macb_main.c:1551: + paddr = page_pool_get_dma_addr(page) + NET_SKB_PAD + offset; WARNING: line length of 92 exceeds 80 columns #167: FILE: drivers/net/ethernet/cadence/macb_main.c:1555: + page_pool_get_dma_dir(queue->page_pool)); WARNING: line length of 81 exceeds 80 columns #260: FILE: drivers/net/ethernet/cadence/macb_main.c:1665: + page_pool_get_dma_dir(queue->page_pool)); WARNING: line length of 93 exceeds 80 columns #271: FILE: drivers/net/ethernet/cadence/macb_main.c:1676: + queue->skb = napi_build_skb(buff_head, gem_total_rx_buffer_size(bp)); WARNING: line length of 85 exceeds 80 columns #302: FILE: drivers/net/ethernet/cadence/macb_main.c:1707: + buff_head - page_address(page) + NET_SKB_PAD, WARNING: line length of 84 exceeds 80 columns #315: FILE: drivers/net/ethernet/cadence/macb_main.c:1714: + netdev_vdbg(bp->dev, "%s %u (len %u)\n", __func__, entry, data_len); WARNING: line length of 83 exceeds 80 columns #335: FILE: drivers/net/ethernet/cadence/macb_main.c:1722: + queue->skb->protocol = eth_type_trans(queue->skb, bp->dev); WARNING: line length of 82 exceeds 80 columns #352: FILE: drivers/net/ethernet/cadence/macb_main.c:1733: + print_hex_dump_debug(" mac: ", DUMP_PREFIX_ADDRESS, 16, 1, WARNING: line length of 83 exceeds 80 columns #353: FILE: drivers/net/ethernet/cadence/macb_main.c:1734: + skb_mac_header(queue->skb), 16, true); WARNING: line length of 82 exceeds 80 columns #354: FILE: drivers/net/ethernet/cadence/macb_main.c:1735: + print_hex_dump_debug("data: ", DUMP_PREFIX_ADDRESS, 16, 1, total: 0 errors, 11 warnings, 0 checks, 591 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 e3e71d1861a6 ("net: macb: Add page pool support handle multi-descriptor frame rx") 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, 11 warnings, 0 checks, 591 lines checked