WARNING: line length of 81 exceeds 80 columns #107: FILE: drivers/net/ethernet/cadence/macb_main.c:1281: + gem_total_rx_buffer_size(bp), WARNING: line length of 92 exceeds 80 columns #127: FILE: drivers/net/ethernet/cadence/macb_main.c:1290: + paddr = page_pool_get_dma_addr(page) + XDP_PACKET_HEADROOM + offset; WARNING: line length of 81 exceeds 80 columns #192: FILE: drivers/net/ethernet/cadence/macb_main.c:1375: + page_pool_get_dma_dir(queue->page_pool)); WARNING: line length of 93 exceeds 80 columns #234: FILE: drivers/net/ethernet/cadence/macb_main.c:1405: + queue->skb = napi_build_skb(buff_head, gem_total_rx_buffer_size(bp)); WARNING: line length of 83 exceeds 80 columns #255: FILE: drivers/net/ethernet/cadence/macb_main.c:1426: + queue->skb->protocol = eth_type_trans(queue->skb, bp->dev); WARNING: line length of 89 exceeds 80 columns #286: FILE: drivers/net/ethernet/cadence/macb_main.c:1448: + buff_head - page_address(page) + bp->rx_headroom, WARNING: line length of 84 exceeds 80 columns #297: FILE: drivers/net/ethernet/cadence/macb_main.c:1455: + netdev_vdbg(bp->dev, "%s %u (len %u)\n", __func__, entry, data_len); WARNING: line length of 82 exceeds 80 columns #316: FILE: drivers/net/ethernet/cadence/macb_main.c:1467: + print_hex_dump_debug(" mac: ", DUMP_PREFIX_ADDRESS, 16, 1, WARNING: line length of 83 exceeds 80 columns #317: FILE: drivers/net/ethernet/cadence/macb_main.c:1468: + skb_mac_header(queue->skb), 16, true); WARNING: line length of 87 exceeds 80 columns #318: FILE: drivers/net/ethernet/cadence/macb_main.c:1469: + print_hex_dump_debug("buff_head: ", DUMP_PREFIX_ADDRESS, 16, 1, total: 0 errors, 10 warnings, 0 checks, 545 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 43d74a9e8d1a ("cadence: 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, 10 warnings, 0 checks, 545 lines checked