WARNING: line length of 84 exceeds 80 columns #34: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:25: +#define READ_FREE_SQE(SQ, free_sqe) \ WARNING: line length of 84 exceeds 80 columns #35: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:26: + do { \ WARNING: line length of 84 exceeds 80 columns #36: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:27: + typeof(SQ) _SQ = (SQ); \ WARNING: line length of 84 exceeds 80 columns #37: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:28: + free_sqe = (((_SQ)->cons_head - (_SQ)->head - 1 + (_SQ)->sqe_cnt) \ WARNING: line length of 84 exceeds 80 columns #38: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:29: + & ((_SQ)->sqe_cnt - 1)); \ WARNING: line length of 82 exceeds 80 columns #64: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:1417: + netdev_warn(pfvf->netdev, "No free sqe for Send queue%d\n", qidx); total: 0 errors, 6 warnings, 0 checks, 54 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 69a2a7a88551 ("octeontx2-pf: Prepare for AF_XDP transmit") 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, 6 warnings, 0 checks, 54 lines checked