WARNING: line length of 93 exceeds 80 columns #65: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k.c:130: + ptrs[num_ptrs] = pool->xsk_pool ? (u64)bufptr : (u64)bufptr + OTX2_HEAD_ROOM; WARNING: line length of 82 exceeds 80 columns #152: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1069: + MEM_TYPE_XSK_BUFF_POOL, WARNING: line length of 84 exceeds 80 columns #154: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1071: + xsk_pool_set_rxq_info(pool->xsk_pool, &cq->xdp_rxq); WARNING: line length of 89 exceeds 80 columns #270: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1521: + numptrs, sizeof(struct xdp_buff *), GFP_KERNEL); WARNING: line length of 81 exceeds 80 columns #284: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1586: + err = otx2_alloc_rbuf(pfvf, pool, &bufptr, pool_id, ptr); WARNING: line length of 81 exceeds 80 columns #307: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1649: + err = otx2_alloc_rbuf(pfvf, pool, &bufptr, pool_id, ptr); WARNING: line length of 81 exceeds 80 columns #393: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:2789: + return otx2_xsk_pool_setup(pf, xdp->xsk.pool, xdp->xsk.queue_id); WARNING: line length of 81 exceeds 80 columns #483: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:588: + /* Schedule a task if no other task is running */ WARNING: line length of 85 exceeds 80 columns #488: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:593: + msecs_to_jiffies(100)); WARNING: line length of 82 exceeds 80 columns #495: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:600: + /* Clear wake-up, since buffers are filled successfully */ WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #670: new file mode 100644 WARNING: line length of 83 exceeds 80 columns #792: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:118: +int otx2_xsk_pool_enable(struct otx2_nic *pf, struct xsk_buff_pool *pool, u16 qidx) WARNING: line length of 95 exceeds 80 columns #801: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:127: + err = xsk_pool_dma_map(pool, pf->dev, DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING); WARNING: line length of 82 exceeds 80 columns #822: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:148: + xsk_pool_dma_unmap(pool, DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING); WARNING: line length of 82 exceeds 80 columns #827: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:153: +int otx2_xsk_pool_setup(struct otx2_nic *pf, struct xsk_buff_pool *pool, u16 qidx) WARNING: line length of 86 exceeds 80 columns #853: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:179: + otx2_write64(pf, NIX_LF_CINTX_ENA_W1S(cq_poll->cint_idx), BIT_ULL(0)); WARNING: line length of 82 exceeds 80 columns #876: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.h:14: +int otx2_xsk_pool_setup(struct otx2_nic *pf, struct xsk_buff_pool *pool, u16 qid); WARNING: line length of 83 exceeds 80 columns #877: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.h:15: +int otx2_xsk_pool_enable(struct otx2_nic *pf, struct xsk_buff_pool *pool, u16 qid); total: 0 errors, 18 warnings, 0 checks, 777 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 604cc49e0119 ("octeontx2-pf: Add AF_XDP zero copy support for rx side") 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, 18 warnings, 0 checks, 777 lines checked