WARNING: line length of 82 exceeds 80 columns #153: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1069: + MEM_TYPE_XSK_BUFF_POOL, WARNING: line length of 84 exceeds 80 columns #155: 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 #267: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1516: + numptrs, sizeof(struct xdp_buff *), GFP_KERNEL); WARNING: line length of 81 exceeds 80 columns #281: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1581: + err = otx2_alloc_rbuf(pfvf, pool, &bufptr, pool_id, ptr); WARNING: line length of 81 exceeds 80 columns #304: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1644: + err = otx2_alloc_rbuf(pfvf, pool, &bufptr, pool_id, ptr); WARNING: line length of 81 exceeds 80 columns #390: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:2784: + return otx2_xsk_pool_setup(pf, xdp->xsk.pool, xdp->xsk.queue_id); WARNING: line length of 81 exceeds 80 columns #484: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:578: + /* Schedule a task if no other task is running */ WARNING: line length of 85 exceeds 80 columns #489: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:583: + msecs_to_jiffies(100)); WARNING: line length of 82 exceeds 80 columns #496: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:590: + /* Clear wake-up, since buffers are filled successfully */ WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #661: new file mode 100644 WARNING: line length of 83 exceeds 80 columns #783: 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 #792: 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 #813: 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 #818: 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 #844: 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 #867: 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 #868: 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, 17 warnings, 0 checks, 769 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 943e51613361 ("octeontx2-pf: AF_XDP zero copy receive support") 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, 17 warnings, 0 checks, 769 lines checked