WARNING: line length of 81 exceeds 80 columns #106: FILE: drivers/net/ethernet/cadence/macb_main.c:1281: + gem_total_rx_buffer_size(bp), WARNING: line length of 92 exceeds 80 columns #126: 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 #184: FILE: drivers/net/ethernet/cadence/macb_main.c:1376: + page_pool_get_dma_dir(queue->page_pool)); WARNING: line length of 93 exceeds 80 columns #225: FILE: drivers/net/ethernet/cadence/macb_main.c:1406: + queue->skb = napi_build_skb(buff_head, gem_total_rx_buffer_size(bp)); WARNING: line length of 83 exceeds 80 columns #246: FILE: drivers/net/ethernet/cadence/macb_main.c:1427: + queue->skb->protocol = eth_type_trans(queue->skb, bp->dev); WARNING: line length of 89 exceeds 80 columns #271: FILE: drivers/net/ethernet/cadence/macb_main.c:1449: + buff_head - page_address(page) + bp->rx_headroom, WARNING: line length of 84 exceeds 80 columns #284: FILE: drivers/net/ethernet/cadence/macb_main.c:1456: + netdev_vdbg(bp->dev, "%s %u (len %u)\n", __func__, entry, data_len); WARNING: line length of 88 exceeds 80 columns #308: FILE: drivers/net/ethernet/cadence/macb_main.c:1469: + print_hex_dump(KERN_DEBUG, " mac: ", DUMP_PREFIX_ADDRESS, 16, 1, WARNING: line length of 93 exceeds 80 columns #310: FILE: drivers/net/ethernet/cadence/macb_main.c:1471: + print_hex_dump(KERN_DEBUG, "buff_head: ", DUMP_PREFIX_ADDRESS, 16, 1, total: 0 errors, 9 warnings, 0 checks, 531 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 394a61312b83 ("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, 9 warnings, 0 checks, 531 lines checked