WARNING: line length of 85 exceeds 80 columns #60: FILE: drivers/net/ethernet/cadence/macb_main.c:1102: +static void macb_tx_release_buff(void *buff, enum macb_tx_buff_type type, int budget) WARNING: line length of 82 exceeds 80 columns #208: FILE: drivers/net/ethernet/cadence/macb_main.c:1468: +static unsigned int __gem_total_rx_buffer_size(int data_sz, unsigned int headroom) WARNING: line length of 86 exceeds 80 columns #287: FILE: drivers/net/ethernet/cadence/macb_main.c:1620: + if (unlikely(macb_tx_ring_wrap(bp, queue->tx_head) == (bp->tx_ring_size - 1))) WARNING: line length of 82 exceeds 80 columns #332: FILE: drivers/net/ethernet/cadence/macb_main.c:1665: + xdp_init_buff(&xdp, gem_total_rx_buffer_size(queue->bp), &queue->xdp_rxq); WARNING: line length of 83 exceeds 80 columns #407: FILE: drivers/net/ethernet/cadence/macb_main.c:1768: + addr + (first_frame ? bp->rx_ip_align : 0), WARNING: line length of 84 exceeds 80 columns #420: FILE: drivers/net/ethernet/cadence/macb_main.c:1785: + &headroom, addr - gem_rx_pad(bp)); WARNING: line length of 88 exceeds 80 columns #445: FILE: drivers/net/ethernet/cadence/macb_main.c:1824: + buff_head - page_address(page) + gem_rx_pad(bp), WARNING: line length of 81 exceeds 80 columns #488: FILE: drivers/net/ethernet/cadence/macb_main.c:2825: + bp->rx_buffer_size = gem_max_rx_data_size(mtu + bp->rx_ip_align); WARNING: line length of 86 exceeds 80 columns #585: FILE: drivers/net/ethernet/cadence/macb_main.c:3584: + return __gem_total_rx_buffer_size(gem_max_rx_data_size(mtu + bp->rx_ip_align), total: 0 errors, 9 warnings, 0 checks, 625 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 97e7d4276cb0 ("net: macb: add XDP support for gem") 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, 625 lines checked