WARNING: line length of 81 exceeds 80 columns #140: FILE: drivers/net/ethernet/cadence/macb_main.c:1327: + gem_total_rx_buffer_size(bp), WARNING: line length of 84 exceeds 80 columns #158: FILE: drivers/net/ethernet/cadence/macb_main.c:1336: + paddr = page_pool_get_dma_addr(page) + NET_SKB_PAD + offset; WARNING: line length of 92 exceeds 80 columns #162: FILE: drivers/net/ethernet/cadence/macb_main.c:1340: + page_pool_get_dma_dir(queue->page_pool)); WARNING: line length of 81 exceeds 80 columns #270: FILE: drivers/net/ethernet/cadence/macb_main.c:1449: + page_pool_get_dma_dir(queue->page_pool)); WARNING: line length of 93 exceeds 80 columns #281: FILE: drivers/net/ethernet/cadence/macb_main.c:1459: + queue->skb = napi_build_skb(buff_head, gem_total_rx_buffer_size(bp)); WARNING: line length of 85 exceeds 80 columns #311: FILE: drivers/net/ethernet/cadence/macb_main.c:1489: + buff_head - page_address(page) + NET_SKB_PAD, WARNING: line length of 84 exceeds 80 columns #318: FILE: drivers/net/ethernet/cadence/macb_main.c:1496: + netdev_vdbg(bp->dev, "%s %u (len %u)\n", __func__, entry, data_len); WARNING: line length of 83 exceeds 80 columns #326: FILE: drivers/net/ethernet/cadence/macb_main.c:1504: + queue->skb->protocol = eth_type_trans(queue->skb, bp->dev); WARNING: line length of 82 exceeds 80 columns #343: FILE: drivers/net/ethernet/cadence/macb_main.c:1515: + print_hex_dump_debug(" mac: ", DUMP_PREFIX_ADDRESS, 16, 1, WARNING: line length of 83 exceeds 80 columns #344: FILE: drivers/net/ethernet/cadence/macb_main.c:1516: + skb_mac_header(queue->skb), 16, true); WARNING: line length of 82 exceeds 80 columns #345: FILE: drivers/net/ethernet/cadence/macb_main.c:1517: + print_hex_dump_debug("data: ", DUMP_PREFIX_ADDRESS, 16, 1, total: 0 errors, 11 warnings, 0 checks, 582 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 6fbff52ae1c6 ("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, 582 lines checked