WARNING: line length of 85 exceeds 80 columns #74: FILE: drivers/net/ethernet/microsoft/mana/mana_bpf.c:210: + netdev_err(ndev, "mana_detach failed at xdp set: %d\n", err); WARNING: line length of 85 exceeds 80 columns #80: FILE: drivers/net/ethernet/microsoft/mana/mana_bpf.c:216: + netdev_err(ndev, "mana_attach failed at xdp set: %d\n", err); WARNING: line length of 85 exceeds 80 columns #106: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:59: +static void mana_put_rx_page(struct mana_rxq *rxq, struct page *page, bool from_pool) WARNING: line length of 81 exceeds 80 columns #343: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:1745: + struct device *dev, dma_addr_t *da, bool *from_pool) WARNING: line length of 90 exceeds 80 columns #358: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:1752: + /* Don't use fragments for jumbo frames or XDP (i.e when fragment = 1 per page) */ WARNING: line length of 83 exceeds 80 columns #394: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:1778: + page = page_pool_dev_alloc_frag(rxq->page_pool, &offset, rxq->alloc_size); WARNING: line length of 90 exceeds 80 columns #432: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:2217: + dma_unmap_single(dev, rx_oob->sgl[0].address, rx_oob->sgl[0].size, WARNING: line length of 85 exceeds 80 columns #472: FILE: drivers/net/ethernet/microsoft/mana/mana_en.c:2331: + /* Let the page pool do the dma map when page sharing with multiple fragments total: 0 errors, 8 warnings, 0 checks, 501 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 bbf3dbb3314c ("net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency.") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 8 warnings, 0 checks, 501 lines checked