WARNING: line length of 87 exceeds 80 columns #41: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1033: + sa_index = find_first_zero_bit(pf->ipsec.inb_sa_table, CN10K_IPSEC_INB_MAX_SA); WARNING: line length of 92 exceeds 80 columns #86: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1185: + *((u64 *)sa_dptr + off) = (__force u64)cpu_to_be64(*((u64 *)sa_cptr + off)); WARNING: line length of 83 exceeds 80 columns #104: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c:1203: + 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:1222: + 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:1467: + 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:1685: + inb_ctx_info = devm_kzalloc(pf->dev, sizeof(*inb_ctx_info), GFP_KERNEL); total: 0 errors, 6 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 67af6772fc1c ("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, 6 warnings, 0 checks, 474 lines checked