WARNING: line length of 85 exceeds 80 columns #61: FILE: drivers/net/ethernet/cadence/macb_main.c:1201: +static void macb_tx_release_buff(void *buff, enum macb_tx_buff_type type, int budget) WARNING: line length of 82 exceeds 80 columns #209: FILE: drivers/net/ethernet/cadence/macb_main.c:1567: +static unsigned int __gem_total_rx_buffer_size(int data_sz, unsigned int headroom) WARNING: line length of 86 exceeds 80 columns #288: FILE: drivers/net/ethernet/cadence/macb_main.c:1719: + if (unlikely(macb_tx_ring_wrap(bp, queue->tx_head) == (bp->tx_ring_size - 1))) WARNING: line length of 82 exceeds 80 columns #334: FILE: drivers/net/ethernet/cadence/macb_main.c:1765: + xdp_init_buff(&xdp, gem_total_rx_buffer_size(queue->bp), &queue->xdp_rxq); WARNING: line length of 83 exceeds 80 columns #409: FILE: drivers/net/ethernet/cadence/macb_main.c:1868: + addr + (first_frame ? bp->rx_ip_align : 0), WARNING: line length of 84 exceeds 80 columns #422: FILE: drivers/net/ethernet/cadence/macb_main.c:1885: + &headroom, addr - gem_rx_pad(bp)); WARNING: line length of 88 exceeds 80 columns #447: FILE: drivers/net/ethernet/cadence/macb_main.c:1924: + buff_head - page_address(page) + gem_rx_pad(bp), WARNING: line length of 81 exceeds 80 columns #490: FILE: drivers/net/ethernet/cadence/macb_main.c:2925: + bp->rx_buffer_size = gem_max_rx_data_size(mtu + bp->rx_ip_align); WARNING: line length of 86 exceeds 80 columns #587: FILE: drivers/net/ethernet/cadence/macb_main.c:3689: + return __gem_total_rx_buffer_size(gem_max_rx_data_size(mtu + bp->rx_ip_align), total: 0 errors, 9 warnings, 0 checks, 629 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 0543a0afe76f ("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, 629 lines checked