WARNING: line length of 86 exceeds 80 columns #116: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:454: +static void otx2_zc_submit_pkts(struct otx2_nic *pfvf, struct xsk_buff_pool *xsk_pool, WARNING: line length of 83 exceeds 80 columns #175: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:543: + otx2_zc_submit_pkts(pfvf, sq->xsk_pool, &xsk_frames, qidx, budget); WARNING: line length of 83 exceeds 80 columns #185: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:1532: + cqe->sg.seg_size, qidx, OTX2_XDP_TX); WARNING: line length of 86 exceeds 80 columns #236: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:187: + otx2_write64(pf, NIX_LF_CINTX_INT_W1S(cq_poll->cint_idx), BIT_ULL(0)); WARNING: line length of 85 exceeds 80 columns #242: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:193: +void otx2_attach_xsk_buff(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, int qidx) WARNING: line length of 99 exceeds 80 columns #266: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:217: + netdev_err(pfvf->netdev, "AF_XDP: Unable to transfer packet err%d\n", err); WARNING: line length of 86 exceeds 80 columns #285: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.h:22: +void otx2_attach_xsk_buff(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, int qidx); total: 0 errors, 7 warnings, 0 checks, 216 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 20d521347c5a ("octeontx2-pf: AF_XDP zero copy transmit 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, 7 warnings, 0 checks, 216 lines checked