WARNING: line length of 84 exceeds 80 columns #183: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1277: + rsp = (struct nix_bpids *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &req->hdr); WARNING: line length of 85 exceeds 80 columns #209: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1303: + FIELD_PREP(NIX_AF_RX_CHANX_CFG_BP1, pfvf->ipsec.bpid); WARNING: line length of 85 exceeds 80 columns #212: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1306: + FIELD_PREP(NIX_AF_RX_CHANX_CFG_BP2, pfvf->ipsec.bpid); WARNING: line length of 85 exceeds 80 columns #215: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1309: + FIELD_PREP(NIX_AF_RX_CHANX_CFG_BP3, pfvf->ipsec.bpid); WARNING: line length of 83 exceeds 80 columns #221: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1315: + /* Update the RX_CHAN_CFG to listen to backpressure due to IPsec traffic */ WARNING: line length of 87 exceeds 80 columns #248: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1342: + FIELD_PREP(NIX_AF_RX_CHANX_CFG_BP0, pfvf->bpid[chan]) | WARNING: line length of 90 exceeds 80 columns #250: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1344: + FIELD_PREP(NIX_AF_RX_CHANX_CFG_BP1, pfvf->ipsec.spb_bpid); total: 0 errors, 7 warnings, 0 checks, 254 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 0f10b39250e4 ("octeontx2-pf: ipsec: Configure backpressure") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 254 lines checked