WARNING: line length of 87 exceeds 80 columns #41: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1027: + sa_index = find_first_zero_bit(pf->ipsec.inb_sa_table, CN10K_IPSEC_INB_MAX_SA); WARNING: line length of 83 exceeds 80 columns #104: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1197: + pf->ipsec.io_addr = (__force u64)otx2_get_regaddr(pf, CN10K_CPT_LF_NQX(0)); WARNING: line length of 81 exceeds 80 columns #123: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1216: + struct cn10k_inb_sw_ctx_info *inb_ctx_info) WARNING: line length of 88 exceeds 80 columns #248: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1461: + inb_ctx_info = devm_kzalloc(pf->dev, sizeof(*inb_ctx_info), GFP_KERNEL); WARNING: line length of 88 exceeds 80 columns #438: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1679: + inb_ctx_info = devm_kzalloc(pf->dev, sizeof(*inb_ctx_info), GFP_KERNEL); total: 0 errors, 5 warnings, 0 checks, 474 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 95a1e14532fd ("octeontx2-pf: ipsec: Add XFRM state and policy hooks for inbound flows") 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, 5 warnings, 0 checks, 474 lines checked